By default raw string literals are skipped, by there is an optional argument "?noskip" to the read function
to specifically allow strings to be parsed for macros (which I did in the example)
comments are bypassed altogether with no way to parse them, as I decided it would be pointless anyway
Ilya Ballet