diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-12 21:43:06 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-12 21:43:12 -0700 |
| commit | 295a25a3ed1d9012bf4fc018478afb56d94c30d1 (patch) | |
| tree | f74062d42de696e4c6e01cc00bdf7c0957b62918 /core | |
| parent | 0fd3d1f2b98e8ef861b2f4c12cb471d1a151594d (diff) | |
Fixed accidental change.
Diffstat (limited to 'core')
| -rw-r--r-- | core/control_flow.nom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/control_flow.nom b/core/control_flow.nom index 5f3bd33..a3fd5a0 100644 --- a/core/control_flow.nom +++ b/core/control_flow.nom @@ -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") |
