updates to io.sl

This commit is contained in:
IgorCielniak
2025-12-19 20:23:26 +01:00
parent 8b5ccf4edc
commit 002b36f89c
40 changed files with 152 additions and 9091 deletions

4
t.sl
View File

@@ -4,13 +4,13 @@ import fn.sl
fn foo(int a, int b){
1
puts
puti cr
return a b +;
}
: main
extend-syntax
foo(3, 2)
puts
puti cr
0
;