diff options
author | Camil Staps | 2016-01-28 20:27:19 +0100 |
---|---|---|
committer | Camil Staps | 2016-01-28 20:27:19 +0100 |
commit | aa5ad07bb3c56a8d013cb76a693afefe0d28cfd5 (patch) | |
tree | 604c61592c3aeb35875a6af4c2181003d70db26a /test.icl |
Inital commit
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 + |