kuroko/test/testStrings.krk
2020-12-29 16:26:00 +09:00

6 lines
136 B
Plaintext

# Strings should support at least some basic escape sequences.
print "hello\nworld \"quotes\""
# Should print:
# hello
# world "quotes"