fix termination

This commit is contained in:
2018-11-26 18:42:31 -05:00
parent 7ca74d51d1
commit 4c115f41fb
2 changed files with 1 additions and 12 deletions

View File

@@ -296,7 +296,7 @@ class B93Interpreter : Interpreter {
'@' -> terminate()
in '0'..'9' -> pushDig(car)
' ' -> true
else -> noOp()
else -> true
}
}