https://gitlab.com/tezos/tezos
Raw File
Tip revision: 190427d556878283e5bdc294d332cefa1d62801c authored by Ole Krüger on 02 April 2024, 15:27:49 UTC
Test
Tip revision: 190427d
dugn.tz
parameter (pair (pair (pair (pair nat nat) nat) nat) nat);
storage nat;
code {CAR; UNPAIR ; UNPAIR ; UNPAIR ; UNPAIR ; DUG 4 ; DROP ; DROP ; DROP ; DROP ; NIL operation; PAIR};
back to top