https://gitlab.com/tezos/tezos
Raw File
Tip revision: 631a98d972d832382af739ef0d622ce0157f0ac8 authored by Thomas Letan on 04 March 2024, 09:18:27 UTC
fixup: rebase command
Tip revision: 631a98d
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