index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
files
/
bc
/
arrays.txt
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]