7 lines
143 B
Plaintext
7 lines
143 B
Plaintext
|
function main (const p: key_hash) : list(operation) is
|
||
|
begin
|
||
|
set_delegate(p) ;
|
||
|
const dummy: list(operation) = nil;
|
||
|
end with dummy
|
||
|
|