https://gitlab.com/tezos/tezos
Raw File
Tip revision: 946045f0fd19b10f0419990eee290306edc15077 authored by Nic Volanschi on 28 April 2023, 14:15:13 UTC
doc: explain the default role in the doc guidelines
Tip revision: 946045f
exec_concat.tz
parameter string;
storage string;
code {CAR;
      LAMBDA string string
             {PUSH string "_abc"; NIL string ;
              SWAP ; CONS ; SWAP ; CONS ; CONCAT};
      SWAP; EXEC; NIL operation; PAIR};
back to top