implemented 'here'

This commit is contained in:
IgorCielniak
2026-01-08 19:04:29 +01:00
parent 39ed504d88
commit f7b08afdcb
4 changed files with 93 additions and 21 deletions

6
tests/here.sl Normal file
View File

@@ -0,0 +1,6 @@
import ../stdlib/stdlib.sl
import ../stdlib/io.sl
word main
here puts
end