https://gitlab.com/tezos/tezos
Raw File
Tip revision: 4c7bc5991909be8e0b89e5587ab1c1dbbde0a958 authored by Marina Polubelova on 19 January 2024, 13:05:28 UTC
change consensus_rights_delay only for mainnet
Tip revision: 4c7bc59
iter_mapintint_04.tzt
code { ITER { DIP{ UNPAIR } ; UNPAIR ; DIG 2 ; ADD ; DIP { ADD } ; PAIR } } ;
input { Stack_elt (map int int) { Elt 1 1 ; Elt 2 100 } ; Stack_elt (pair int int) (Pair 0 0) } ;
output { Stack_elt (pair int int) (Pair 3 101) }
back to top