#error Full Description |
|
Syntax#error Purpose One of the built-in program output streams, and the standard error output stream for OmniMark.
If no "-log" command-line argument is given, OmniMark places all errors and informative messages in this stream. (Defining "-log" does not change the definition of Since this stream is considered "domain free" by default, neither the The following code illustrates the use of the local counter list-items do when number of list-items != list-count local counter temp put #error "Found a condition that shouldn't have happened:" set temp to number of list-items put #error " list-count = %d(list-count), but " _ "list-items has %d(temp) item(s).%n" halt with 2 ; signals an error condition while stopping done Line-breaking and translation are never applied to the On most systems, "standard error" is unbuffered. That is, text written to it is immediately output. The By default, the |