KevinScript icon indicating copy to clipboard operation
KevinScript copied to clipboard

Allow both single quotes and double quotes to be used for string literals.

Open kms70847 opened this issue 9 years ago • 0 comments

Currently, only " can be used for string literals, ex.

"Hello, World!"

' should also be allowed, ex.

'Hello, World!'

kms70847 avatar Sep 30 '15 14:09 kms70847