7 lines
81 B
Plaintext
7 lines
81 B
Plaintext
INT, INT FUNCTION F () IS 4, 2:
|
|
PROC P ()
|
|
BOOL b:
|
|
REAL32 r:
|
|
r, b := F ()
|
|
:
|