@if ... @elseif ... @else ... @end
@if ... @elseif ... @else ... @end — defines conditional compilation of the *.mod file
Synopsis
@if
VARIABLE_NAME
LOGICAL_OPERATOR
INTEGER
;
...
Description
LOGICAL_OPERATOR
are
== equal
!= not equal
< lesser than
> greater than
<= lesser or equal than
>= greater or equal than
These commands let the user define which part of the *.mod file should be handled by Dynare