diff options
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 |
