Chapter 9 Generation Reference Guide (GTL)
This macro stops command execution altogether. It is available to execute generation commands only, and may be used in addition to standard GTL macros when defining commands.
Example:
.if %_JAVAC%
.execute (%_JAVAC%,%FileName%)
.else
.abort_command
.endif
| Copyright (C) 2007. Sybase Inc. All rights reserved. |
| |