KevinScript
KevinScript copied to clipboard
Allow both single quotes and double quotes to be used for string literals.
Currently, only "
can be used for string literals, ex.
"Hello, World!"
'
should also be allowed, ex.
'Hello, World!'