6 lines
69 B
Plaintext
6 lines
69 B
Plaintext
INT FUNCTION id(VAL INT i) IS i :
|
|
PROC P ()
|
|
INT x:
|
|
x := id (4)
|
|
:
|