diff options
Diffstat (limited to 'test.toc')
-rw-r--r-- | test.toc | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -1,12 +1,8 @@ -x := 3; - main @= fn() { - y := 5; - z @= 10; - foo @= fn() { - bar := y; - asdf := z; - gfdij := x; + x := 1; + if x { + foo := 5; }; + foo := if 1 { 5 }; }; |