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

4
t.sl
View File

@@ -8,9 +8,9 @@ fn foo(int a, int b){
return a b +;
}
: main
word main
extend-syntax
foo(3, 2)
puti cr
0
;
end