From f30413853063483147d941ffccc4b663b71bc943 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 19 Nov 2018 17:44:46 -0800 Subject: Deduplicated goto label syntax (now just use (--- (label) ---)) --- examples/how_do_i.nom | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/how_do_i.nom b/examples/how_do_i.nom index 39e9bdb..bd868be 100644 --- a/examples/how_do_i.nom +++ b/examples/how_do_i.nom @@ -65,7 +65,7 @@ say "\ Similarly, you can put a long interpolated indented value like: \(..) 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 .. between a backslash and two periods." - + say "Single-line text can contain escape sequences like \", \\, \000, and \n" # How do I define a list? @@ -172,7 +172,7 @@ repeat: # How do I do a 'goto'? do: %x = 1 - === (my loop) === + --- (my loop) --- say "GOTO loop #\%x" %x += 1 if (%x <= 3): -- cgit v1.2.3