updated tests
This commit is contained in:
@@ -77,6 +77,7 @@ if [
|
|||||||
|
|
||||||
" Testing dot: " puts 123 . # Test dot
|
" Testing dot: " puts 123 . # Test dot
|
||||||
" Testing emit: " puts 65 emit cr # Test emit
|
" Testing emit: " puts 65 emit cr # Test emit
|
||||||
|
" Testing space: " puts 65 emit space 66 emit cr # Test space
|
||||||
" Testing readln: " puts
|
" Testing readln: " puts
|
||||||
readln puts cr # Test readln
|
readln puts cr # Test readln
|
||||||
" Testing .s: " puts .s cr # Test .s
|
" Testing .s: " puts .s cr # Test .s
|
||||||
|
|||||||
Reference in New Issue
Block a user