From b387e94a1e51510b8042d8bd60f0d36dea4519d2 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 22 Sep 2017 00:04:45 -0700 Subject: Did that. --- lib/control_flow.nom | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/control_flow.nom') 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] =: -- cgit v1.2.3