yes: and no:

Function:

The yes: and no: macros are simple numerical flags commonly used in ratmac programs.

Syntax:

	yes: and no:

yes: and no: are defined as 1 and 0, respectively.

Example:

	IF(IFLAG==yes:) N=N+1