xref
: /
external
/
toybox
/
tests
/
files
/
bc
/
arrays.txt
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
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