aboutsummaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
Diffstat (limited to 'samples')
-rw-r--r--samples/test.lil11
1 files changed, 11 insertions, 0 deletions
diff --git a/samples/test.lil b/samples/test.lil
new file mode 100644
index 0000000..e0ed6fd
--- /dev/null
+++ b/samples/test.lil
@@ -0,0 +1,11 @@
+foo = [
+ huh = [[[0 1 2]]]
+ huh 0
+]
+
+bar = [
+ huh = ([[[0 2 1]]] 0)
+ huh 0
+]
+
+foo bar