|
||||||||||||
|
|
||||||||||||
|
A Print statement prints a string representation of values yielded by given expressions.
A ``
A `` When expressions are delimited with more than one commas then each extra comma will add one space between the string representation of elements. print := ("print" | "println" | "printbr" ) [ print-expr-listvalues ] [ stmt-modifier ] ";" print-expr-list := expr-start ( ( "," )+ expr-start ) *
|
||||||||||||
|
|
||||||||||||