[Coco] Is multiple commands per line possible in basic09

Rick Ulland rickulland1 at gmail.com
Fri May 14 15:52:49 EDT 2021


ISTR using backslash to combine multiple lines of assignments. Don't 
remember using that anyplace else...

x=1 \y=2 \z=9

or

x:=1 \y:=2 \z:=9

to be fancy:-)


On 5/14/21 9:27 AM, coco at jechar.ca wrote:
>
> In RS-BASIC
>
> you can say
>
> X=1
> Y=2
> Z=9
>
> or
>
> X=1:Y=2:Z=9
>
> is there something similar for basic09 ?
>



More information about the Coco mailing list