added 'ret' and implemented a proper 'strcmp'
This commit is contained in:
11
tests/ret_test.sl
Normal file
11
tests/ret_test.sl
Normal file
@@ -0,0 +1,11 @@
|
||||
import stdlib.sl
|
||||
|
||||
word g
|
||||
"g" puts
|
||||
ret
|
||||
"g" puts
|
||||
end
|
||||
|
||||
word main
|
||||
g
|
||||
end
|
||||
Reference in New Issue
Block a user