Skip to main content

Throw warning (ZeyOS)

<warning /> breaks out of the current control flow by throwing a warning with a warning message.

A warning can be thrown and caught. Code may be surrounded by a TRY statement, to facilitate the catching of potential warnings.

Examples

XML
<warning>This is a warning!</warning>