summaryrefslogtreecommitdiff
path: root/test.toc
diff options
context:
space:
mode:
Diffstat (limited to 'test.toc')
-rw-r--r--test.toc13
1 files changed, 3 insertions, 10 deletions
diff --git a/test.toc b/test.toc
index 639cfcf..c608fc8 100644
--- a/test.toc
+++ b/test.toc
@@ -1,12 +1,5 @@
main @= fn() {
- x : [{ 3; 5 }] int;
- foo, bar := 3, 5;
- asjdfh, asdfkjh := 3.2, 91;
- if foo {
- bar;
- } else {
- foo;
- }
-
- test, test2 := (fn() {}), asjdfh * 2;
+ foo @= true;
+ N, M @= 8 * if foo { 8 } else { 3} - 3, 894;
+ x : [N + M]int;
}; \ No newline at end of file