Did that.

This commit is contained in:
Bruce Hill 2017-09-22 00:04:45 -07:00
parent e2e103c29f
commit b387e94a1e

View File

@ -48,7 +48,6 @@ macro statement [continue repeat-until] =: "goto continue_repeat_until"
macro statement [continue repeat-while] =: "goto continue_repeat_while"
macro statement [continue %var, go to next %var, on to the next %var] =: ".."
|goto continue_\compiler "var_to_lua_identifier" [%var]\
# TODO: add labeled break/continue?
# While loops
macro block [repeat %body] =: