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
map_liststring_00.tzt
code { MAP { PUSH nat 1 ; PUSH nat 0 ; SLICE ; IF_NONE { UNIT ; FAILWITH } { } } } ;
input { Stack_elt (list string) { "The" ; "Password" ; "Is" } } ;
output { Stack_elt (list string) { "T" ; "P" ; "I" } }
back to top