WRITE Write output to the console. What PRINT does in many other programming languages.
GENERAL-IO
WRITE value
value - A string or numerical value that can be output to the console
/LINE - add a new line at the end of what is written
/ERROR - Writes a message to a (the) error object
/ERROR/LINE - Writes the message to the error and adds a NEW-LINE as well.
WRITE Write output to the console. What PRINT does in many other programming languages.
WRITE is a convenience function, it is just an abbreviation for append system/ports/output
WRITE "Variable x has the value " write/line x