Please enable JavaScript to view this site.

A-Shell Development History

Symbol

Description

++ERROR <message>

Causes the message to be displayed and is treated as a compiler error. This is particularly useful in conjunction with conditional compilation, as shown in the preceding example.

++MESSAGE <message>

 

Equivalent to ++ERROR <message> except that no error is generated. It is useful primarily for giving you visual feedback during compilation that your conditions are working as expected. See prior example.