Revision 66697c6a3b87aeae942ea4e7d2680a8e8f5e2beb authored by Pierrick Couderc on 02 April 2024, 14:30:59 UTC, committed by Pierrick Couderc on 02 April 2024, 14:53:07 UTC
1 parent fb7cd45
Raw File
concat_listbytes_01.tzt
code { MAP {} ; CONCAT } ;
input { Stack_elt (list bytes) { 0x00ab ; 0xcd ; 0xef ; 0x00 } } ;
output { Stack_elt bytes 0x00abcdef00 }
back to top