ligo/src/bin_client/test/contracts/pair_macro.tz
Alain Mebsout fcd9b61084 Michelson: annotations must start with _a-zA-Z or be empty
Empty annotations are used to mean no annotation, or as a wildcard when
destructing pairs for instance.
2018-06-14 18:09:32 +02:00

7 lines
178 B
Plaintext

parameter unit;
storage unit;
code { UNIT; UNIT; UNIT; UNIT; UNIT;
PAPAPAPAIR @name %x1 %x2 %x3 %x4 %x5;
CDDDAR %x4 @fourth;
DROP; CDR; NIL operation; PAIR}