implemented 'here'
This commit is contained in:
1
tests/here.expected
Normal file
1
tests/here.expected
Normal file
@@ -0,0 +1 @@
|
||||
here.sl:5:4
|
||||
6
tests/here.sl
Normal file
6
tests/here.sl
Normal file
@@ -0,0 +1,6 @@
|
||||
import ../stdlib/stdlib.sl
|
||||
import ../stdlib/io.sl
|
||||
|
||||
word main
|
||||
here puts
|
||||
end
|
||||
1
tests/here.test
Normal file
1
tests/here.test
Normal file
@@ -0,0 +1 @@
|
||||
python main.py tests/here.sl -o /tmp/here > /dev/null && /tmp/here
|
||||
Reference in New Issue
Block a user