summaryrefslogtreecommitdiff
path: root/test.toc
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2019-08-19 23:01:33 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2019-08-19 23:01:33 -0400
commitefd0f97a0da7198c4d6a8d901a029e3da6c7ad8c (patch)
treeada2fb474ba59b87e686b001a81ee2d501601873 /test.toc
parentc4b9c987ce33c3511a1ac1b20c85c0c0e9bde960 (diff)
basic function expressions
Diffstat (limited to 'test.toc')
-rw-r--r--test.toc3
1 files changed, 3 insertions, 0 deletions
diff --git a/test.toc b/test.toc
index 901d938..3cccd6d 100644
--- a/test.toc
+++ b/test.toc
@@ -1 +1,4 @@
x :- 3 + 4 - (3 + ((-3--b-5)+6++8)---+a+-4);
+main :- fn () {
+
+};