Welcome to mirror list, hosted at ThFree Co, Russian Federation.

bc_arrays.bc « testsuite - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 26a284b8d814d1fc7c3f58c256446dfb7293204a (plain)
1
2
3
4
5
6
7
8
9
10
a[0] = 1
a[2-1] = 2

a[0]+a[0]

a[2-1]+a[2-1]

a[5] = 2
a[5.789]