fix: Repl ook enter duwen
This commit is contained in:
parent
8bda3c5af4
commit
e1763e0510
1 changed files with 8 additions and 1 deletions
|
@ -55,7 +55,14 @@ class Repl {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
"a" -> return
|
"" -> {
|
||||||
|
io.checkNewLine()
|
||||||
|
return
|
||||||
|
}
|
||||||
|
"a" -> {
|
||||||
|
io.checkNewLine()
|
||||||
|
return
|
||||||
|
}
|
||||||
"." -> {
|
"." -> {
|
||||||
io.checkNewLine()
|
io.checkNewLine()
|
||||||
return
|
return
|
||||||
|
|
Reference in a new issue