8 lines
188 B
Plaintext
8 lines
188 B
Plaintext
|
storage unit;
|
||
|
return (map string string);
|
||
|
parameter unit;
|
||
|
code {DROP;
|
||
|
EMPTY_MAP string string;
|
||
|
PUSH string "world"; SOME; PUSH string "hello"; UPDATE;
|
||
|
UNIT; SWAP; PAIR};
|