8 lines
80 B
Plaintext
8 lines
80 B
Plaintext
BEGIN
|
|
i := 1;
|
|
j := 2;
|
|
k := i + j;
|
|
WRITE(k)
|
|
END
|
|
|