6 lines
79 B
Plaintext
6 lines
79 B
Plaintext
BEGIN
|
|
IF 1 2 THEN WRITE(n) ELSE WRITE(2) FI;
|
|
X := Y + 1;
|
|
WRITE (X +)
|
|
END
|