diff options
Diffstat (limited to '')
-rw-r--r-- | test/test4.t | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/test4.t b/test/test4.t deleted file mode 100644 index 7cb19ff..0000000 --- a/test/test4.t +++ /dev/null @@ -1,9 +0,0 @@ -fun times2[n] - @n*2 -end - -fun main[] - n = 10 + 5 - res = call times2[n] - @res -end |