diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2017-09-22 00:04:45 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2017-09-22 00:04:45 -0700 |
| commit | b387e94a1e51510b8042d8bd60f0d36dea4519d2 (patch) | |
| tree | 4b2735114e13bd0cc1abeef7996b62a9a7ee0ebb /lib | |
| parent | e2e103c29f343cb0aee8146b12f091bf48a4dc2b (diff) | |
Did that.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/control_flow.nom | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/control_flow.nom b/lib/control_flow.nom index 84bdb5c..fdde318 100644 --- a/lib/control_flow.nom +++ b/lib/control_flow.nom @@ -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] =: |
