PRINT Statement

Previous  Next

 

PRINT arg1, arg1...

 


 

Outputs number or string to the standard output stream.  The output depends on the current operating environment (see environment)

 

;  Between arguments concatenates arguments

,  At the end of line = New line

 

Example:

 

PRINT "Kalle";" ";"Anka",