Here's my take on what an indented multi-line string syntax should look like.
string foo:
| This is a multi-line indented string declaration.
| Note that it's a statement, not an expression. In
| this example, each line of the final string starts
| with two spaces.
--
Greg
--
https://mail.python.org/mailman/listinfo/python-list
