changed the way that functions are defined
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import ../stdlib/stdlib.sl
|
||||
import ../stdlib/io.sl
|
||||
|
||||
: main
|
||||
word main
|
||||
"hello world" puts
|
||||
"line1\nline2" puts
|
||||
"" puts
|
||||
0
|
||||
;
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user