Extra line return with "to say"

My crude-but-it-works way to say things ending in punctuation without a line break is:

To say ?: say unicode 63.
To say !: say unicode 33.
To say dot: say unicode 46.

then:

if the foobar is foo, say "Foo[dot]";
else say "Bar[dot]";
4 Likes