summaryrefslogtreecommitdiff
path: root/test.toc
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-02-06 11:37:02 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2020-02-06 11:37:02 -0500
commit3cfbab5635fe31e825bc7b71946651fefd6fb5ba (patch)
treecbbc611b5e9ad691efa08e05963be6b960ace06b /test.toc
parentc9bdc5bc684dab3b5d3739b80855be03517d0cd6 (diff)
more new idents
Diffstat (limited to 'test.toc')
-rw-r--r--test.toc8
1 files changed, 8 insertions, 0 deletions
diff --git a/test.toc b/test.toc
index b1aefcf..fa9a336 100644
--- a/test.toc
+++ b/test.toc
@@ -1,3 +1,4 @@
+/*
io ::= nms {
#include "std/io.toc";
};
@@ -17,3 +18,10 @@ main ::= fn() {
io.puti(b);
io.puti(c);
};
+*/
+
+x := 5;
+main ::= fn() {
+
+ x;
+}; \ No newline at end of file