summaryrefslogtreecommitdiff
path: root/test.toc
diff options
context:
space:
mode:
Diffstat (limited to 'test.toc')
-rw-r--r--test.toc7
1 files changed, 4 insertions, 3 deletions
diff --git a/test.toc b/test.toc
index e0e1525..12fef3a 100644
--- a/test.toc
+++ b/test.toc
@@ -8,10 +8,11 @@ puti @= fn(x: int) {
// };
-f @= fn(x: int) y := x {
- puti(x);
+f @= fn(x: int, r := x) y := x {
};
main @= fn() {
- puti(f(1238));
+R @= f(2837);
+puti(R);
+ puti(f(3218));
}; \ No newline at end of file