.fail

.fail [expression]

Forces an error in the source code. It follows the same general rules as .echo. For example:

.if # != 3
.fail "This module will only run from page 3, not ", #, "!"
.endif