diff options
Diffstat (limited to 'samples/test.mili')
-rw-r--r-- | samples/test.mili | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/samples/test.mili b/samples/test.mili new file mode 100644 index 0000000..d12b525 --- /dev/null +++ b/samples/test.mili @@ -0,0 +1,8 @@ +foo = [ + huh = [[[0 1 2]]] + abc = [[huh 0 1]] + def = [abc 0 huh] + def [0 1] +] + +[foo 0] |