Revision 9b9eabddd2481575f85443267760777f9c62d808 authored by Lucas Randazzo on 27 February 2024, 16:41:35 UTC, committed by Marge Bot on 06 March 2024, 12:34:23 UTC
1 parent 83d289c
Raw File
ifcons_listint_01.tzt
code { IF_CONS { PUSH int 1 ; ADD } { UNIT ; FAILWITH } } ;
input { Stack_elt (list int) { 2 ; 3 ; 4 } } ;
output { Stack_elt int 3 ; Stack_elt (list int) { 3 ; 4 } }
back to top