User Tools

Site Tools


jvs:cigal:manual:chapter6:r_ifeq

CIGAL Reference Manual, Chapter 6 (RealTime): r_ifeq

r_ifeq -- Test whether 2 short integers are equal

usage: r_ifeq opflg eflag ltime Value1 Value2

R_IFEQ is a REALTIME operator. It must be part of an R_IFEQ/R_ENDIF or R_IFEQ/R_ELSE/R_ENDIF block specification. The operation compares integer VALUE1 to integer VALUE2. If the two values are equal the program will execute the operations appearing between this operation and the corresponding R_ELSE or R_ENDIF line, whichever comes first. If the AND result is zero, control will immediately jump to the corresponding R_ELSE or R_ENDIF line, whichever comes first.

See Also:
CIGAL Home, CIGAL Manual, RealTime List, Manual Help

jvs/cigal/manual/chapter6/r_ifeq.txt · Last modified: 2023/02/23 18:43 (external edit)