examples/string-literals.rkt
#lang planet wrturtle/pyret/bsl

'this is a single-quoted string'
"this is a double-quoted string"
'\''
''
""
'\\\\'
"\""
'\7'
'\66'
'\66wfan'
'\111foo'
'\x33'
'\u03bb'
'\U000003bb'