summaryrefslogtreecommitdiff
path: root/test.toc
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2019-10-03 20:29:22 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2019-10-03 20:29:22 -0400
commit39b4b36741bb63fe1bd6da945fc5553ff648d97a (patch)
tree4c361b86c79373e119f4bd95923166c67322e4ea /test.toc
parentd960aa2d2eca0f0efbbcf2440955266ebb5369b8 (diff)
a bit more eval but there are bugs
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 be9340c..09471ae 100644
--- a/test.toc
+++ b/test.toc
@@ -7,6 +7,9 @@ main @= fn() {
bar := foo(3);
+ a238674 : [if 5 - 5 { 12 } else { 6 }]int;
+ a2394823 : [{ 3; 7 }]int;
+ gfdsdgf : [ while 3 { 5 }]int;
// arr1 : ['a' as u8]int;
// arr2 : [main as u64]int;
// arr3 : [main as i64]int;