ExprList is a list of string and/or numeric expressions, separated by commas or semicolons. If ExprList is omitted, a blank line is output. A newline is output following the last item in the list.
a = 52 : b = 40 : c$ = "VANCOUVER" write a, b, c$produces
52,40,"VANCOUVER"
from The Basmark QuickBASIC Programmer’s Manual by Lawrence Leinweber