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) ---)) --- tools/repl.nom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/repl.nom b/tools/repl.nom index 39d6360..ac61242 100644 --- a/tools/repl.nom +++ b/tools/repl.nom @@ -34,7 +34,7 @@ repeat: go to (run buffer) %buff::add (%line::with "\t" -> " ") say (dim (yellow ".. ")) inline - === (run buffer) === + --- (run buffer) --- if ((size of %buff) == 0): stop %buff = (%buff::joined) -- cgit v1.2.3