@define

@define — defines a macro

Synopsis

@define VARIABLE_NAME INTEGER ;

Description

@define defines a macro with name VARIABLE_NAME and value INTEGER. This macro can be used later in the *.mod file only in @if or @elseif statements. The macros can't be used to replace arbitrary part of codes like in C, for example.

Example

  @define version 1;