print(v,...)

Prints a string representation of the objects passed.


See also println 


Example


print( "ABC ", 7 )

ABC 7