Next: Error Trapping Functions, Up: The Error Library [Index]
void error(text s);
fails execution (error may be trapped). The s message is run through the (application installed) error notification mechanism.
void fault(void);
fails execution (error may be trapped).
void final(text s);
fails execution (error may not be trapped). The s message is run through the (application installed) error notification mechanism.