Chapter 9 Generation Reference Guide (GTL)


abort_command macro

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) 2005. Sybase Inc. All rights reserved.