From 39b4b36741bb63fe1bd6da945fc5553ff648d97a Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Thu, 3 Oct 2019 20:29:22 -0400 Subject: a bit more eval but there are bugs --- test.toc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test.toc') 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; -- cgit v1.2.3