diff --git a/test.clx b/test.clx index 237a3d4..2d07f64 100644 --- a/test.clx +++ b/test.clx @@ -77,6 +77,7 @@ if [ " Testing dot: " puts 123 . # Test dot " Testing emit: " puts 65 emit cr # Test emit +" Testing space: " puts 65 emit space 66 emit cr # Test space " Testing readln: " puts readln puts cr # Test readln " Testing .s: " puts .s cr # Test .s