Revision 9f33821a62219c811267420b899e69b851975c6c authored by Nic Volanschi on 20 December 2023, 16:59:45 UTC, committed by Marge Bot on 04 January 2024, 09:23:34 UTC
1 parent 8217185
Raw File
loop_02.tzt
code { LOOP { IF_CONS { SWAP ; DIP { CONS } ; PUSH bool True } { NIL string ; PUSH bool False }  } } ;
input { Stack_elt bool True ; Stack_elt (list string) { } ; Stack_elt (list string) {} } ;
output { Stack_elt (list string) { } ; Stack_elt (list string) { } }
back to top