7 lines
168 B
Plaintext
7 lines
168 B
Plaintext
parameter unit;
|
|
storage (pair @truc unit unit);
|
|
code { DROP; UNIT ; UNIT ; PAIR ; UNIT ;
|
|
DUUP @truc ;
|
|
DIP { DROP ; DROP } ;
|
|
NIL operation ; PAIR }
|