summaryrefslogtreecommitdiff
path: root/test.toc
diff options
context:
space:
mode:
Diffstat (limited to 'test.toc')
-rw-r--r--test.toc11
1 files changed, 4 insertions, 7 deletions
diff --git a/test.toc b/test.toc
index 2bdce87..7df50d5 100644
--- a/test.toc
+++ b/test.toc
@@ -1,11 +1,8 @@
main @= fn() {
- //foo @= fn(x: int) { return; };
// b := !(5 > 3 && 4 <= 3 && 3 >= 2 || 0 == 1 || 5 != 3);
- b := !(5 < 3);
- a := (5 == 3);
- C @= 3 != 4;
- //x @= !!!!!!!false;
-
-// foo := 5 < 3;
+ foo : [3]int;
+ // x, foo[0], foo[1] = 3, 5;
+ x :, y := 0;
+ x = 3.5;
};