6 lines
197 B
Plaintext
6 lines
197 B
Plaintext
function foo(const p : unit) : int is 0
|
|
|
|
function main(const p : unit; const s : int) : list(operation) * int is
|
|
((list end : list(operation)), foo(unit))
|
|
|
|
function foo(const p : unit) : int is 1 |