From e87e6dabfbdc1d35b5fe41b5d84dab38df3c8e76 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 6 Apr 2025 16:49:40 -0400 Subject: Insert `then` for clarity --- examples/colorful/colorful.tm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/colorful') diff --git a/examples/colorful/colorful.tm b/examples/colorful/colorful.tm index d64afe6e..d878b662 100644 --- a/examples/colorful/colorful.tm +++ b/examples/colorful/colorful.tm @@ -28,7 +28,7 @@ func main(texts:[Text], files:[Path]=[], by_line=no) for i,text in texts colorful := Colorful.from_text(text) colorful.print(newline=no) - if i == texts.length say("") + if i == texts.length then say("") else say(" ", newline=no) if texts.length == 0 and files.length == 0 -- cgit v1.2.3