ligo/test/contracts/empty_map.tz

8 lines
188 B
Plaintext
Raw Normal View History

2017-07-24 17:06:56 +04:00
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};