INCLAN: print: 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 == | |||
'''print''' ''text'' ['''level'''=''level''] | |||
== Description == | |||
Writes the ''text'' to standard output or into the file with the given ''filename''. If the ''text'' contains blanks it must be enclosed in double quotes. Optionally, the importance '''level''' of the output can be defined. By default, the importance level is '''normal'''. | |||
== See also == | == See also == | ||
* [[erract]] | * [[erract]] | ||
* [[info]] | * [[info]] |
Latest revision as of 16:32, 13 August 2009
Synopsis
print text [level=level]
Description
Writes the text to standard output or into the file with the given filename. If the text contains blanks it must be enclosed in double quotes. Optionally, the importance level of the output can be defined. By default, the importance level is normal.