7 lines
78 B
Text
7 lines
78 B
Text
INT x;
|
|
x:=0;
|
|
IF x = 1 THEN
|
|
! Do something
|
|
ELSE
|
|
! Do something else
|
|
ENDIF;
|