https://gitlab.com/tezos/tezos
Raw File
Tip revision: 0035a8ed44249fd0a952cdb271b7c9d18f2feeef authored by Nicolas Ayache on 19 July 2023, 21:47:20 UTC
WIP: test with tickets.
Tip revision: 0035a8e
list_iter.tz
parameter (list int);
storage int;
code { CAR; PUSH int 1; SWAP;
       ITER { MUL };
       NIL operation; PAIR}
back to top