Page 1 of 1

several commands in a line

Posted: Sat Sep 02, 2017 5:23 pm
by r-tea
Can't find an info how to put several commands in a single line.
I know there is a note that "one command per line is usually enough", but situations are unusual sometimes.

Re: several commands in a line

Posted: Sat Sep 02, 2017 6:16 pm
by peceha

Code: Select all

a=1 Print(a) WaitKeyDown("any")

Re: several commands in a line

Posted: Sat Sep 02, 2017 6:43 pm
by r-tea
Oh, simply a space character :shock:
Thank you.

@ Andreas
It's worth to mention it in documentation.

Edit:
Doesn't matter anymore. I can see it's explicitly mentioned in the very first Language part chapter.
:)