changed the way that functions are defined

This commit is contained in:
IgorCielniak
2026-01-08 15:28:10 +01:00
parent d4dc6ceef5
commit b9098d9893
33 changed files with 232 additions and 198 deletions

View File

@@ -1,7 +1,7 @@
import ../stdlib/stdlib.sl
import ../stdlib/io.sl
: main
word main
0
5 for
1 +
@@ -10,4 +10,4 @@ import ../stdlib/io.sl
5 5 == puti cr
5 4 == puti cr
0
;
end