Revision 39df334742eaeeda9e0c392d1437495ab1713f0c authored by Felix Puscasu on 25 January 2024, 15:33:49 UTC, committed by Marge Bot on 02 February 2024, 16:09:40 UTC
1 parent 6adbead
Raw File
map_liststring_01.tzt
code { MAP { PUSH nat 1 ; PUSH nat 0 ; SLICE ; IF_NONE { UNIT ; FAILWITH } { } } } ;
input { Stack_elt (list string) { "The" } } ;
output { Stack_elt (list string) { "T" } }
back to top