diff options
Diffstat (limited to 'test.icl')
-rw-r--r-- | test.icl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test.icl b/test.icl new file mode 100644 index 0000000..e154d5c --- /dev/null +++ b/test.icl @@ -0,0 +1,12 @@ +module test + +import StdEnv +import cleanc + +Start +# s = 10 +# s = puti 50 s +# s = call "hello" s +# (i, s) = geti s += i + |