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