android13/external/toybox/tests/files/bc/arrays.txt

11 lines
66 B
Plaintext

a[0] = 1
a[2-1] = 2
a[0]+a[0]
a[2-1]+a[2-1]
a[5] = 2
a[5.789]