repl: multiline

This commit is contained in:
Stepan Koltsov
2012-06-28 19:38:44 +04:00
parent dbc0d3c4e0
commit cd1211fcb3
6 changed files with 128 additions and 24 deletions
+10
View File
@@ -0,0 +1,10 @@
>>> fun get7() =
incomplete
>>> 4 +
incomplete
>>> 2 +
incomplete
>>> 1
null
>>> get7()
7