INCLAN: error: Difference between revisions
Jump to navigation
Jump to search
(Created page with 'Usage: print ''text'' [level=minimal|normal|full|debug] error ''text'' The statements "print" and "error" write the message ''text'' to the output. "error" also invokes …') |
No edit summary |
||
Line 1: | Line 1: | ||
== Synopsis == | |||
'''error''' ''text'' | |||
output | |||
== Description == | |||
Writes the ''text'' to standard output or into the file with the given ''filename'' and calls the error handler. This statement is suitable to treat errors that occur during the execution of a macro. If the ''text'' contains blanks it must be enclosed in double quotes. | |||
== See also == | == See also == |
Latest revision as of 14:04, 13 August 2009
Synopsis
error text
Description
Writes the text to standard output or into the file with the given filename and calls the error handler. This statement is suitable to treat errors that occur during the execution of a macro. If the text contains blanks it must be enclosed in double quotes.