11 lines
103 B
Plaintext
11 lines
103 B
Plaintext
PROC p ()
|
|
INT x, y:
|
|
SEQ
|
|
x, y := 42, 43
|
|
CASE x
|
|
12
|
|
SKIP
|
|
y
|
|
SKIP
|
|
:
|