Fixed accidental change.

This commit is contained in:
Bruce Hill 2018-07-12 21:43:06 -07:00
parent 0fd3d1f2b9
commit 295a25a3ed

View File

@ -95,7 +95,7 @@ compile [repeat while %condition %body] to
\(%body as lua statements)
if
%body has subtree % where: (%.type = "Action") and (%.stub is "do next repeat")
..to %lua write "\n ::continue_repeat::"
..:to %lua write "\n ::continue_repeat::"
to %lua write "\nend --while-loop"
if
%body has subtree % where: (%.type = "Action") and (%.stub is "stop repeating")