Fixed accidental change.
This commit is contained in:
parent
0fd3d1f2b9
commit
295a25a3ed
@ -95,7 +95,7 @@ compile [repeat while %condition %body] to
|
|||||||
\(%body as lua statements)
|
\(%body as lua statements)
|
||||||
if
|
if
|
||||||
%body has subtree % where: (%.type = "Action") and (%.stub is "do next repeat")
|
%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"
|
to %lua write "\nend --while-loop"
|
||||||
if
|
if
|
||||||
%body has subtree % where: (%.type = "Action") and (%.stub is "stop repeating")
|
%body has subtree % where: (%.type = "Action") and (%.stub is "stop repeating")
|
||||||
|
Loading…
Reference in New Issue
Block a user