Closed
Description
Sadly it is difficult to step through code line-by-line at the repl when the code contains multiline strings such as docstrings.
$ starlark
Welcome to Starlark (go.starlark.net)
>>> a = """trying to enter a multiline string at the repl
... that has two newlines after this line...
...
<stdin>:1:5: unexpected EOF in string
>>> # arg.
Metadata
Metadata
Assignees
Labels
No labels