diff options
Diffstat (limited to 'test.toc')
-rw-r--r-- | test.toc | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -1,8 +1,7 @@ -io ::= nms { - #include "std/io.toc"; +factorial ::= fn(x: int) int { +x*2 }; main ::= fn() { - io.puts("Hello"); - int; + a ::= factorial(10); };
\ No newline at end of file |