From 376dd652786b39c8b599cef4789ae8763ed92ae5 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 19 Jan 2018 18:13:02 -0800 Subject: Updated and fixed up how_do_i --- lib/control_flow.nom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/control_flow.nom') diff --git a/lib/control_flow.nom b/lib/control_flow.nom index 269a2a5..b05862c 100644 --- a/lib/control_flow.nom +++ b/lib/control_flow.nom @@ -103,7 +103,7 @@ immediately ::stop_repeat::; end --while-loop label scope return %code - parse [repeat %body] as: repeat while (true) %body + parse [repeat %body] as: repeat while (yes) %body parse [repeat until %condition %body] as: repeat while (not %condition) %body # For loop control flow: -- cgit v1.2.3