OpenGrok
Cross Reference: arrays.txt
xref
: /
external
/
toybox
/
tests
/
files
/
bc
/
arrays.txt
Home
|
History
|
Annotate
|
Download
|
only in
bc
1
a[0] = 1
2
a[2-1] = 2
3
4
a[0]+a[0]
5
6
a[2-1]+a[2-1]
7
8
a[5] = 2
9
a[5.789]
10
11