https://gitlab.com/tezos/tezos
Raw File
Tip revision: 96c414508b66efb8edee4ced03a50de7ef3abc58 authored by Ole Krüger on 04 April 2024, 13:56:32 UTC
Nix: Provide Nix flake
Tip revision: 96c4145
comb.tz
parameter unit;
storage (pair nat nat nat);
code { DROP ;
       PUSH nat 3 ;
       PUSH nat 2 ;
       PUSH nat 1 ;
       NIL operation ;
       PAIR 4
     }
back to top