Macro .abort_command

Cette commande stoppe l'exécution d'une commande de génération.

Exemple
.if %_JAVAC%
  .execute_command (%_JAVAC%,%FileName%)
.else
  .abort_command
.endif

Pour plus d'informations sur les commandes de génération, voir Catégorie Generation.