Arguments can always be omitted, in which case they will default to some reasonable value. If you omit all the arguments to LINEBREAK, as above, it will insert a single linebreak.
In this template
the number of linebreaks (10) between the two sentences is given explicitly.Pause ()
TEXT "Hello world!"
LINEBREAK number 10
TEXT "Nice weather we're having."
When an operator can take several arguments, the arguments are preceded by their names. The number argument of LINEBREAK tells how many linebreaks to insert.
See Also