diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-04-06 16:49:40 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-04-06 16:49:40 -0400 |
| commit | e87e6dabfbdc1d35b5fe41b5d84dab38df3c8e76 (patch) | |
| tree | 93588c81392489a621ce4fcca41645c92c0d06e9 /examples/colorful | |
| parent | f69f862bf6e744834d781867a85f962c783f314e (diff) | |
Insert `then` for clarity
Diffstat (limited to 'examples/colorful')
| -rw-r--r-- | examples/colorful/colorful.tm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
