6 lines
85 B
Plaintext
6 lines
85 B
Plaintext
BEGIN
|
|
i := 1;
|
|
j := 2;
|
|
|
|
IF i < --j THEN WRITE(100) ELSE WRITE(-100) FI
|
|
END |