hisystems/Interpreter

Support ' as string delimiter

Closed this issue · 0 comments

Currently, double quotes are used as string delimiters. It would be useful if single quotes could also be used as string delimiters. This would avoid having to escape " characters when working with expressions in code.