diff options
Diffstat (limited to 'tests/files/bc/arrays.txt')
-rw-r--r-- | tests/files/bc/arrays.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/files/bc/arrays.txt b/tests/files/bc/arrays.txt new file mode 100644 index 00000000..26a284b8 --- /dev/null +++ b/tests/files/bc/arrays.txt @@ -0,0 +1,10 @@ +a[0] = 1 +a[2-1] = 2 + +a[0]+a[0] + +a[2-1]+a[2-1] + +a[5] = 2 +a[5.789] + |