diff options
Diffstat (limited to 'repl.mu')
-rw-r--r-- | repl.mu | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/repl.mu b/repl.mu index ad98624f..383aa406 100644 --- a/repl.mu +++ b/repl.mu @@ -116,7 +116,6 @@ recipe slurp-regular-characters [ # append result:address:buffer <- buffer-append result:address:buffer, c:character # backspace? decrement and maybe return - # todo: repl will exit if user types too many backspaces { backspace?:boolean <- equal c:character, 8:literal/backspace break-unless backspace?:boolean |