https://gitlab.com/tezos/tezos
Raw File
Tip revision: 285427db45366c31b54022f57c2ac75fa3e5b88b authored by Marge Bot on 05 April 2024, 12:53:28 UTC
Merge tezos/tezos!12676: RISC-V: Distinguish physical & virtual test environments
Tip revision: 285427d
list_map_block.tz
parameter (list int);
storage (list int);
code { CAR; PUSH int 0; SWAP;
       MAP { DIP{DUP}; ADD; DIP{PUSH int 1; ADD}};
       NIL operation; PAIR; DIP{DROP}}
back to top