7 lines
74 B
Plaintext
7 lines
74 B
Plaintext
PROC main ()
|
|
VAL INT n IS 3:
|
|
VAL []BYTE s IS "hello world":
|
|
SKIP
|
|
:
|
|
|