summaryrefslogtreecommitdiff
path: root/test.toc
diff options
context:
space:
mode:
Diffstat (limited to 'test.toc')
-rw-r--r--test.toc6
1 files changed, 5 insertions, 1 deletions
diff --git a/test.toc b/test.toc
index ea94e44..d755af5 100644
--- a/test.toc
+++ b/test.toc
@@ -9,5 +9,9 @@ main @= fn() {
// A, B := 3, 5;
puti(A);
puti(B);
- asdfas := new (int, int);
+ y:int;
+ while y < 10 {
+ puti({y = y + 1; y});
+ }
+
}; \ No newline at end of file