This commit is contained in:
Kartik K. Agaram 2021-12-22 17:39:31 -08:00
parent 348945321d
commit c393528cd2
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@
> end
> result = result-1
> end
> dbg(window, 'skip: '..tostring(result))
> -- dbg(window, 'skip: '..tostring(result))
> while true do
> if result <= 1 then
> return result