From af62e3e8bf2794048e7c20fc16fabd8c4726961e Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 12 Jul 2018 21:24:08 -0700 Subject: All tests passing. --- core/control_flow.nom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/control_flow.nom b/core/control_flow.nom index 4733168..5f3bd33 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") -- cgit v1.2.3