busybox/testsuite/bc_arrays.bc

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]