summaryrefslogtreecommitdiff
path: root/test.toc
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2019-08-30 18:18:13 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2019-08-30 18:18:13 -0400
commit88c3ad84bdd3bda3bb121019d8c55da21bf6fab8 (patch)
treeb86885cd3937d5fa817aa75b30bdb9abc2d27495 /test.toc
parent94e8da0bc35d80df12e2d1490b3aa751576095f6 (diff)
tuple assignment
Diffstat (limited to 'test.toc')
-rw-r--r--test.toc4
1 files changed, 1 insertions, 3 deletions
diff --git a/test.toc b/test.toc
index 0138c1e..42768de 100644
--- a/test.toc
+++ b/test.toc
@@ -1,5 +1,3 @@
main @= fn() {
- foo , bar, basdf, asdf,ksdja ,dfa : int, kasjdfk, dasfjkfha , sdf, sad : fn() = 3;
- x,y,z:int=3,3,3;
- abc := bar;
+ foo, bar, baz : int, something : float, salkdfj : int = 3, 4, 5, 6.32, 123;
};