It is not currently possible to parse multi-line strings using parser.py.
In 1.0, multi-line strings are delimited with '{' and '}'. Although multi-line strings should be supported in future versions, I prefer the pythonic syntax, using either \ string continuation or the triple quotes.
It is not currently possible to parse multi-line strings using parser.py.
In 1.0, multi-line strings are delimited with '{' and '}'. Although multi-line strings should be supported in future versions, I prefer the pythonic syntax, using either \ string continuation or the triple quotes.
e.g.
or ...