fix: Repl ook enter duwen

This commit is contained in:
Tibo De Peuter 2025-05-08 09:34:05 +02:00
parent 8bda3c5af4
commit e1763e0510
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2

View file

@ -55,7 +55,14 @@ class Repl {
} }
} }
"a" -> return "" -> {
io.checkNewLine()
return
}
"a" -> {
io.checkNewLine()
return
}
"." -> { "." -> {
io.checkNewLine() io.checkNewLine()
return return