Mutiple statements on one line

BlitzMax Forums/BlitzMax Beginners Area/Mutiple statements on one line

I noticed .. lets you break a statement over several lines. Can I also put different statements on one line? If so what is the character.

Some BASICs let you use : for that.

Print "hi";Print "Hello World"

:)

The ; was so C-ish, I never considered it.

(feels unusually stupid)