| [#863] | project: compiler | priority: low | category: missing feature | |
|---|---|---|---|---|
| submitter | assigned to | status | date submitted | |
| Burak | Lex | fixed | 2006-12-08 13:44:45.0 | |
| subject | mo multi-line input for scala interpreter? | |||
| code | ||||
| what happened | I couldn't enter a class definition that spans multiple lines :/ |
|||
| what expected | a clever input method like in python that allows me to enter code on multiple lines. | |||
| [back to overview] | ||||
| Lex edited on 2007-02-14 15:27:15.0 |
| This is implemented now. If the input is valid so far but is not a complete statement, then the interpreter reads more input lines. If you enter two blank lines in a row, then the current multi-line input aborts and you go back to the top level. |