opcodes[]: global scope global { global scope implicit__string_functions { utf8str[] kill ( utf8str[] ) { var utf8str[] ANON dup ( -- utf8str[]¢ ) forallitems ( utf8str[]¢ -- utf8str& ) -> L1007 L1006: peek ( utf8str& -- utf8str¢ ) dispose ( utf8str -- ) L1007: ForAllEnd .. L1006 } } type utf8str: type ucs1str: type ucs2str: type ucs4str: global scope vt100 { } void test_string_functions () { local scope ANON var utf8str a var utf8str b local scope ANON var utf8str a var utf8str b var utf8str nullstr local scope ANON var utf8str a var utf8str b var utf8str nullstr local scope ANON var utf8str affe var utf8str bist var uint32 refcnt local scope ANON var utf8str affe var utf8str bist var uint32 refcnt local scope ANON var utf8str s local scope ANON var utf8str nullstr local scope ANON var utf8str s local scope ANON var utf8str s var utf8str[] a local scope ANON var utf8str t var utf8str s var utf8str[] a "\nstring functions:\n" ( -- utf8str¢ ) print ( utf8str¢ ) "123" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) "abc" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) 13 ( -- int32 ) lvar-8+20 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "123" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) 14 ( -- int32 ) lvar-16+20 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "abc" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) dispose ( utf8str -- ) dispose ( utf8str -- ) "123" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) "ABCDE" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) NULL ( -- void* ) 21 ( -- int32 ) "ab" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) "cde" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) catstr ( utf8str, utf8str -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "abcde" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 22 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-16+36 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) catstr ( utf8str, utf8str -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "123ABCDE" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 23 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) "xy" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) catstr ( utf8str, utf8str -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "123xy" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 24 ( -- int32 ) "foo" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-16+36 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) catstr ( utf8str, utf8str -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "fooABCDE" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 25 ( -- int32 ) "abc" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) 100 ( -- utf8char ) catchar ( utf8str, utf8char -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "abcd" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 26 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) 101 ( -- utf8char ) catchar ( utf8str, utf8char -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "123e" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 27 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) 456 ( -- uint32 ) numstr ( uint32 -- utf8str ) catstr ( utf8str, utf8str -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "123456" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 28 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) 0 ( -- int32 ) 2 ( -- int32 ) substr ( utf8str¢, int32, int32 -- utf8char[to] ) "34" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) catstr ( utf8char[to], utf8str -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "1234" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 29 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) 0 ( -- int32 ) 2 ( -- int32 ) substr ( utf8str¢, int32, int32 -- utf8char[to] ) lvar-16+44 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) catstr ( utf8char[to], utf8str -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "12ABCDE" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 30 ( -- int32 ) "qwert" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-16+36 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) 2 ( -- int32 ) 4 ( -- int32 ) substr ( utf8str¢, int32, int32 -- utf8char[to] ) catstr ( utf8str, utf8char[to] -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "qwertCD" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 31 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-16+36 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) 2 ( -- int32 ) 4 ( -- int32 ) substr ( utf8str¢, int32, int32 -- utf8char[to] ) catstr ( utf8str, utf8char[to] -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "123CD" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 32 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) 0 ( -- int32 ) 2 ( -- int32 ) substr ( utf8str¢, int32, int32 -- utf8char[to] ) lvar-16+44 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) 3 ( -- int32 ) 2147483647 ( -- int32 ) substr ( utf8str¢, int32, int32 -- utf8char[to] ) catstr ( utf8char[to], utf8char[to] -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "12DE" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 34 ( -- int32 ) "ab" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-24+36 "nullstr" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) catstr ( utf8str, utf8str -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "ab" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 35 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-24+36 "nullstr" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) catstr ( utf8str, utf8str -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "123" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 36 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) 0 ( -- int32 ) 2 ( -- int32 ) substr ( utf8str¢, int32, int32 -- utf8char[to] ) lvar-24+44 "nullstr" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) catstr ( utf8char[to], utf8str -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "12" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 38 ( -- int32 ) "ab" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-24+36 "nullstr" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) catstr ( utf8str, utf8char[to] -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "ab" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 39 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-24+36 "nullstr" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) catstr ( utf8str, utf8char[to] -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "123" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 40 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) 0 ( -- int32 ) 2 ( -- int32 ) substr ( utf8str¢, int32, int32 -- utf8char[to] ) lvar-24+44 "nullstr" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) catstr ( utf8char[to], utf8char[to] -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "12" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 42 ( -- int32 ) lvar-24+28 "nullstr" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) "ab" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) catstr ( utf8str, utf8str -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "ab" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 43 ( -- int32 ) lvar-24+28 "nullstr" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-8+36 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) catstr ( utf8str, utf8str -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "123" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 44 ( -- int32 ) lvar-24+28 "nullstr" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-8+36 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) 0 ( -- int32 ) 2 ( -- int32 ) substr ( utf8str¢, int32, int32 -- utf8char[to] ) catstr ( utf8str, utf8char[to] -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "12" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 46 ( -- int32 ) lvar-24+28 "nullstr" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) "ab" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) catstr ( utf8char[to], utf8str -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "ab" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 47 ( -- int32 ) lvar-24+28 "nullstr" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lvar-8+44 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) catstr ( utf8char[to], utf8str -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "123" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 48 ( -- int32 ) lvar-24+28 "nullstr" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lvar-8+44 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) 0 ( -- int32 ) 2 ( -- int32 ) substr ( utf8str¢, int32, int32 -- utf8char[to] ) catstr ( utf8char[to], utf8char[to] -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "12" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 50 ( -- int32 ) "123" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) 104 ( -- utf8char ) catchar ( utf8str, utf8char -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "123h" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 51 ( -- int32 ) "123" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) 45 ( -- uint32 ) numstr ( uint32 -- utf8str ) catstr ( utf8str, utf8str -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "12345" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 52 ( -- int32 ) "123" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) 228 ( -- ucs4char ) charstr ( ucs4char -- utf8str ) catstr ( utf8str, utf8str -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "123ä" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 53 ( -- int32 ) "123" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) 8364 ( -- ucs4char ) charstr ( ucs4char -- utf8str ) catstr ( utf8str, utf8str -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "123€" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) "123" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-8+32 "a" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) "456" ( -- utf8str¢ ) lvar-8+32 "a" ( -- utf8str& ) appendstr ( utf8str¢, utf8str& -- ) 56 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "123456" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "789" ( -- utf8str¢ ) lvar-8+32 "a" ( -- utf8str& ) appendstr ( utf8str¢, utf8str& -- ) 58 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "123456789" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "" ( -- utf8str¢ ) lvar-8+32 "a" ( -- utf8str& ) appendstr ( utf8str¢, utf8str& -- ) 60 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "123456789" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "123" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-8+32 "a" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) "abc" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-16+32 "b" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) lvar-16+24 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) lvar-8+32 "a" ( -- utf8str& ) appendstr ( utf8str¢, utf8str& -- ) 62 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "123abc" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "cde" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-16+32 "b" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) lvar-16+24 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) lvar-8+32 "a" ( -- utf8str& ) appendstr ( utf8str¢, utf8str& -- ) 64 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "123abccde" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-16+32 "b" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) lvar-16+24 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) lvar-8+32 "a" ( -- utf8str& ) appendstr ( utf8str¢, utf8str& -- ) 66 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "123abccde" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) dispose ( utf8str -- ) dispose ( utf8str -- ) dispose ( utf8str -- ) 71 ( -- int32 ) 5 ( -- uint32 ) spacestr ( uint32 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) " " ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 72 ( -- int32 ) 5 ( -- uint32 ) 99 ( -- utf8char ) spacestr ( uint32, utf8char -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "ccccc" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 73 ( -- int32 ) 120 ( -- uint32 ) charstr ( uint32 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "x" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 75 ( -- int32 ) 2 ( -- uint8 ) hexstr ( uint8 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "02" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 76 ( -- int32 ) 13 ( -- uint8 ) hexstr ( uint8 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "0d" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 77 ( -- int32 ) 35 ( -- uint8 ) hexstr ( uint8 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "23" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 78 ( -- int32 ) 574 ( -- uint16 ) hexstr ( uint16 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "023e" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 79 ( -- int32 ) 9029 ( -- uint16 ) hexstr ( uint16 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "2345" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 80 ( -- int32 ) 144470 ( -- uint32 ) hexstr ( uint32 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "00023456" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 81 ( -- int32 ) 2311527 ( -- uint32 ) hexstr ( uint32 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "00234567" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 82 ( -- int32 ) 36984440 ( -- uint32 ) hexstr ( uint32 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "02345678" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 83 ( -- int32 ) 793077641 ( -- uint32 ) hexstr ( uint32 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "2f456789" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 84 ( -- int32 ) 3276105609 ( -- uint32 ) hexstr ( uint32 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "c3456789" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 86 ( -- int32 ) 67700615049 ( -- uint64 ) hexstr ( uint64 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "0000000fc3456789" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 87 ( -- int32 ) 188908822685577 ( -- uint64 ) hexstr ( uint64 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "0000abcfc3456789" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 88 ( -- int32 ) 17375920696148191113 ( -- uint64 ) hexstr ( uint64 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "f123abcfc3456789" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 90 ( -- int32 ) 2 ( -- uint32 ) 1 ( -- uint32 ) hexstr ( uint32, uint32 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "2" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 91 ( -- int32 ) 29 ( -- uint32 ) 1 ( -- uint32 ) hexstr ( uint32, uint32 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "d" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 92 ( -- int32 ) 3875 ( -- uint32 ) 2 ( -- uint32 ) hexstr ( uint32, uint32 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "23" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 93 ( -- int32 ) 62014 ( -- uint32 ) 3 ( -- uint32 ) hexstr ( uint32, uint32 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "23e" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 94 ( -- int32 ) 9029 ( -- uint32 ) 4 ( -- uint32 ) hexstr ( uint32, uint32 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "2345" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 95 ( -- int32 ) 15873110 ( -- uint32 ) 5 ( -- uint32 ) hexstr ( uint32, uint32 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "23456" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 96 ( -- int32 ) 253969767 ( -- uint32 ) 6 ( -- uint32 ) hexstr ( uint32, uint32 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "234567" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 97 ( -- int32 ) 4063516280 ( -- uint32 ) 7 ( -- uint32 ) hexstr ( uint32, uint32 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "2345678" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 98 ( -- int32 ) 793077641 ( -- uint32 ) 8 ( -- uint32 ) hexstr ( uint32, uint32 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "2f456789" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 100 ( -- int32 ) 67700615049 ( -- uint64 ) 10 ( -- uint32 ) hexstr ( uint64, uint32 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "0fc3456789" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 101 ( -- int32 ) 188908822685577 ( -- uint64 ) 12 ( -- uint32 ) hexstr ( uint64, uint32 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "abcfc3456789" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 102 ( -- int32 ) 17375920696148191113 ( -- uint64 ) 14 ( -- uint32 ) hexstr ( uint64, uint32 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "23abcfc3456789" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 104 ( -- int32 ) 2 ( -- uint8 ) binstr ( uint8 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "00000010" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 105 ( -- int32 ) 13 ( -- uint8 ) binstr ( uint8 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "00001101" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 106 ( -- int32 ) 35 ( -- uint8 ) binstr ( uint8 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "00100011" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 107 ( -- int32 ) 574 ( -- uint16 ) binstr ( uint16 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "0000001000111110" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 108 ( -- int32 ) 9029 ( -- uint16 ) binstr ( uint16 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "0010001101000101" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 109 ( -- int32 ) 144470 ( -- uint32 ) binstr ( uint32 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "00000000000000100011010001010110" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 110 ( -- int32 ) 2311527 ( -- uint32 ) binstr ( uint32 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "00000000001000110100010101100111" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 111 ( -- int32 ) 36984440 ( -- uint32 ) binstr ( uint32 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "00000010001101000101011001111000" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 112 ( -- int32 ) 793077641 ( -- uint32 ) binstr ( uint32 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "00101111010001010110011110001001" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 113 ( -- int32 ) 3276105609 ( -- uint32 ) binstr ( uint32 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "11000011010001010110011110001001" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 115 ( -- int32 ) 2 ( -- uint32 ) 8 ( -- uint32 ) binstr ( uint32, uint32 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "00000010" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 116 ( -- int32 ) 253 ( -- uint32 ) 8 ( -- uint32 ) binstr ( uint32, uint32 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "11111101" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 117 ( -- int32 ) 35 ( -- uint32 ) 10 ( -- uint32 ) binstr ( uint32, uint32 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "0000100011" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 118 ( -- int32 ) 574 ( -- uint32 ) 12 ( -- uint32 ) binstr ( uint32, uint32 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "001000111110" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 119 ( -- int32 ) 9029 ( -- uint32 ) 12 ( -- uint32 ) binstr ( uint32, uint32 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "001101000101" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 120 ( -- int32 ) 144470 ( -- uint32 ) 16 ( -- uint32 ) binstr ( uint32, uint32 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "0011010001010110" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 121 ( -- int32 ) 2311527 ( -- uint32 ) 24 ( -- uint32 ) binstr ( uint32, uint32 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "001000110100010101100111" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 122 ( -- int32 ) 36984440 ( -- uint32 ) 32 ( -- uint32 ) binstr ( uint32, uint32 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "00000010001101000101011001111000" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 123 ( -- int32 ) 793077641 ( -- uint32 ) 40 ( -- uint32 ) binstr ( uint32, uint32 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "0000000000101111010001010110011110001001" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 124 ( -- int32 ) 3276105609 ( -- uint32 ) 40 ( -- uint32 ) binstr ( uint32, uint32 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "0000000011000011010001010110011110001001" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 126 ( -- int32 ) 193505761973880 ( -- uint64 ) 24 ( -- uint32 ) binstr ( uint64, uint32 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "001101000101011001111000" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 127 ( -- int32 ) 193505761973880 ( -- uint64 ) 32 ( -- uint32 ) binstr ( uint64, uint32 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "00010010001101000101011001111000" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 128 ( -- int32 ) 193505761973880 ( -- uint64 ) 40 ( -- uint32 ) binstr ( uint64, uint32 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "1111111000010010001101000101011001111000" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 129 ( -- int32 ) 14839272802971047544 ( -- uint64 ) 80 ( -- uint32 ) binstr ( uint64, uint32 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "000000000000000011001101111011111010111111111110" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) "00010010001101000101011001111000" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) catstr ( utf8str, utf8str -- utf8str ) dup2r ( utf8str -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) fromr ( -- utf8str ) dispose ( utf8str -- ) 132 ( -- int32 ) 423 ( -- uint32 ) "-----------" ( -- utf8str¢ ) "ssrwxrwxrwx" ( -- utf8str¢ ) binstr ( uint32, utf8str¢, utf8str¢ -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "--rw-r--rwx" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 133 ( -- int32 ) 20903 ( -- uint64 ) "-----------" ( -- utf8str¢ ) "ssrwxrwxrwx" ( -- utf8str¢ ) binstr ( uint64, utf8str¢, utf8str¢ -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "--rw-r--rwx" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 135 ( -- int32 ) 102938 ( -- uint32 ) numstr ( uint32 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "102938" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 136 ( -- int32 ) 102938 ( -- int32 ) numstr ( int32 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "102938" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 137 ( -- int32 ) -102938 ( -- int32 ) numstr ( int32 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "-102938" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 139 ( -- int32 ) 1029384711 ( -- uint64 ) numstr ( uint64 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "1029384711" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 140 ( -- int32 ) 1029380815 ( -- int64 ) numstr ( int64 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "1029380815" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 141 ( -- int32 ) -1029380815 ( -- int64 ) numstr ( int64 -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "-1029380815" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) NULL ( -- utf8str ) NULL ( -- utf8str ) NULL ( -- void* ) "abc" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-8+32 "a" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) lvar-8+24 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-16+32 "b" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) 149 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "abc" ( -- utf8str¢ ) eqstr ( utf8str¢, utf8str¢ -- bool ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 150 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "abc" ( -- utf8str¢ ) nestr ( utf8str¢, utf8str¢ -- bool ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 151 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) "abc" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) gtstr ( utf8char[to], utf8char[to] -- bool ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 152 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) "abc" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) gestr ( utf8char[to], utf8char[to] -- bool ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 153 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) "abc" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) ltstr ( utf8char[to], utf8char[to] -- bool ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 154 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) "abc" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lestr ( utf8char[to], utf8char[to] -- bool ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 156 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) lvar-16+36 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) eqstr ( utf8str¢, utf8str¢ -- bool ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 157 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) lvar-16+36 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) nestr ( utf8str¢, utf8str¢ -- bool ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 158 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lvar-16+44 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) gtstr ( utf8char[to], utf8char[to] -- bool ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 159 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lvar-16+44 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) gestr ( utf8char[to], utf8char[to] -- bool ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 160 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lvar-16+44 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) ltstr ( utf8char[to], utf8char[to] -- bool ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 161 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lvar-16+44 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lestr ( utf8char[to], utf8char[to] -- bool ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 163 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) lvar-16+36 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) eqstr ( utf8str¢, utf8char[to] -- bool ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 164 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) lvar-16+36 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) nestr ( utf8str¢, utf8char[to] -- bool ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 165 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lvar-16+44 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) gtstr ( utf8char[to], utf8char[to] -- bool ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 166 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lvar-16+44 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) gestr ( utf8char[to], utf8char[to] -- bool ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 167 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lvar-16+44 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) ltstr ( utf8char[to], utf8char[to] -- bool ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 168 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lvar-16+44 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lestr ( utf8char[to], utf8char[to] -- bool ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 170 ( -- int32 ) 1 ( -- uint32 ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 171 ( -- int32 ) 0 ( -- uint32 ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 172 ( -- int32 ) 0 ( -- uint32 ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 173 ( -- int32 ) 1 ( -- uint32 ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 174 ( -- int32 ) 0 ( -- uint32 ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 175 ( -- int32 ) 1 ( -- uint32 ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 177 ( -- int32 ) "abc" ( -- utf8str¢ ) lvar-16+36 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) eqstr ( utf8str¢, utf8str¢ -- bool ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 178 ( -- int32 ) "abc" ( -- utf8str¢ ) lvar-16+36 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) nestr ( utf8str¢, utf8str¢ -- bool ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 179 ( -- int32 ) "abc" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lvar-16+44 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) gtstr ( utf8char[to], utf8char[to] -- bool ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 180 ( -- int32 ) "abc" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lvar-16+44 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) gestr ( utf8char[to], utf8char[to] -- bool ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 181 ( -- int32 ) "abc" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lvar-16+44 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) ltstr ( utf8char[to], utf8char[to] -- bool ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 182 ( -- int32 ) "abc" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lvar-16+44 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lestr ( utf8char[to], utf8char[to] -- bool ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 184 ( -- int32 ) "abc" ( -- utf8str¢ ) lvar-16+36 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) eqstr ( utf8str¢, utf8char[to] -- bool ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 185 ( -- int32 ) "abc" ( -- utf8str¢ ) lvar-16+36 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) nestr ( utf8str¢, utf8char[to] -- bool ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 186 ( -- int32 ) "abc" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lvar-16+44 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) gtstr ( utf8char[to], utf8char[to] -- bool ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 187 ( -- int32 ) "abc" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lvar-16+44 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) gestr ( utf8char[to], utf8char[to] -- bool ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 188 ( -- int32 ) "abc" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lvar-16+44 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) ltstr ( utf8char[to], utf8char[to] -- bool ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 189 ( -- int32 ) "abc" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lvar-16+44 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lestr ( utf8char[to], utf8char[to] -- bool ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 191 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) "abc" ( -- utf8str¢ ) eqstr ( utf8char[to], utf8str¢ -- bool ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 192 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) "abc" ( -- utf8str¢ ) nestr ( utf8char[to], utf8str¢ -- bool ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 193 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) "abc" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) gtstr ( utf8char[to], utf8char[to] -- bool ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 194 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) "abc" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) gestr ( utf8char[to], utf8char[to] -- bool ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 195 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) "abc" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) ltstr ( utf8char[to], utf8char[to] -- bool ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 196 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) "abc" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lestr ( utf8char[to], utf8char[to] -- bool ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 198 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lvar-16+44 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) eqstr ( utf8char[to], utf8str¢ -- bool ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 199 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lvar-16+44 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) nestr ( utf8char[to], utf8str¢ -- bool ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 200 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lvar-16+44 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) gtstr ( utf8char[to], utf8char[to] -- bool ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 201 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lvar-16+44 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) gestr ( utf8char[to], utf8char[to] -- bool ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 202 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lvar-16+44 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) ltstr ( utf8char[to], utf8char[to] -- bool ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 203 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lvar-16+44 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lestr ( utf8char[to], utf8char[to] -- bool ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 205 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lvar-16+44 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) eqstr ( utf8char[to], utf8char[to] -- bool ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 206 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lvar-16+44 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) nestr ( utf8char[to], utf8char[to] -- bool ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 207 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lvar-16+44 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) gtstr ( utf8char[to], utf8char[to] -- bool ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 208 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lvar-16+44 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) gestr ( utf8char[to], utf8char[to] -- bool ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 209 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lvar-16+44 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) ltstr ( utf8char[to], utf8char[to] -- bool ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 210 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lvar-16+44 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lestr ( utf8char[to], utf8char[to] -- bool ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) "12345" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-8+32 "a" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) 213 ( -- int32 ) 0 ( -- uint32 ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 214 ( -- int32 ) 1 ( -- uint32 ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 215 ( -- int32 ) 1 ( -- uint32 ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 216 ( -- int32 ) 1 ( -- uint32 ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 217 ( -- int32 ) 0 ( -- uint32 ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 218 ( -- int32 ) 0 ( -- uint32 ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 220 ( -- int32 ) 0 ( -- uint32 ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 221 ( -- int32 ) 1 ( -- uint32 ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 222 ( -- int32 ) 0 ( -- uint32 ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 223 ( -- int32 ) 0 ( -- uint32 ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 224 ( -- int32 ) 1 ( -- uint32 ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 225 ( -- int32 ) 1 ( -- uint32 ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 227 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "1234" ( -- utf8str¢ ) eqstr ( utf8str¢, utf8str¢ -- bool ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 228 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "1234" ( -- utf8str¢ ) nestr ( utf8str¢, utf8str¢ -- bool ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 229 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) "1234" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) gtstr ( utf8char[to], utf8char[to] -- bool ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 230 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) "1234" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) gestr ( utf8char[to], utf8char[to] -- bool ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 231 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) "1234" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) ltstr ( utf8char[to], utf8char[to] -- bool ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 232 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) "1234" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lestr ( utf8char[to], utf8char[to] -- bool ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 234 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "12346" ( -- utf8str¢ ) eqstr ( utf8str¢, utf8str¢ -- bool ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 235 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "12346" ( -- utf8str¢ ) nestr ( utf8str¢, utf8str¢ -- bool ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 236 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "12345" ( -- utf8str¢ ) eqstr ( utf8str¢, utf8str¢ -- bool ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 237 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "12345" ( -- utf8str¢ ) nestr ( utf8str¢, utf8str¢ -- bool ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 238 ( -- int32 ) "1234" ( -- utf8str¢ ) lvar-8+36 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) eqstr ( utf8str¢, utf8str¢ -- bool ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 239 ( -- int32 ) "1234" ( -- utf8str¢ ) lvar-8+36 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) nestr ( utf8str¢, utf8str¢ -- bool ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 240 ( -- int32 ) "12346" ( -- utf8str¢ ) lvar-8+36 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) eqstr ( utf8str¢, utf8str¢ -- bool ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 241 ( -- int32 ) "12346" ( -- utf8str¢ ) lvar-8+36 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) nestr ( utf8str¢, utf8str¢ -- bool ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 242 ( -- int32 ) "12345" ( -- utf8str¢ ) lvar-8+36 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) eqstr ( utf8str¢, utf8str¢ -- bool ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 243 ( -- int32 ) "12345" ( -- utf8str¢ ) lvar-8+36 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) nestr ( utf8str¢, utf8str¢ -- bool ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) "1234" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-16+32 "b" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) 246 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) lvar-16+36 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) eqstr ( utf8str¢, utf8str¢ -- bool ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 247 ( -- int32 ) lvar-16+28 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) lvar-8+36 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) eqstr ( utf8str¢, utf8str¢ -- bool ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 248 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) lvar-16+36 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) nestr ( utf8str¢, utf8str¢ -- bool ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 249 ( -- int32 ) lvar-16+28 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) lvar-8+36 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) nestr ( utf8str¢, utf8str¢ -- bool ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) "12346" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-16+32 "b" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) 251 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) lvar-16+36 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) eqstr ( utf8str¢, utf8str¢ -- bool ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 252 ( -- int32 ) lvar-16+28 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) lvar-8+36 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) eqstr ( utf8str¢, utf8str¢ -- bool ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 253 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) lvar-16+36 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) nestr ( utf8str¢, utf8str¢ -- bool ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 254 ( -- int32 ) lvar-16+28 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) lvar-8+36 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) nestr ( utf8str¢, utf8str¢ -- bool ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) "12345" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-16+32 "b" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) 256 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) lvar-16+36 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) eqstr ( utf8str¢, utf8str¢ -- bool ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 257 ( -- int32 ) lvar-16+28 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) lvar-8+36 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) eqstr ( utf8str¢, utf8str¢ -- bool ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 258 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) lvar-16+36 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) nestr ( utf8str¢, utf8str¢ -- bool ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 259 ( -- int32 ) lvar-16+28 "b" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) lvar-8+36 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) nestr ( utf8str¢, utf8str¢ -- bool ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) "" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-8+32 "a" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) 262 ( -- int32 ) 1 ( -- uint32 ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 263 ( -- int32 ) 0 ( -- uint32 ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 264 ( -- int32 ) 0 ( -- uint32 ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 265 ( -- int32 ) 1 ( -- uint32 ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 266 ( -- int32 ) 0 ( -- uint32 ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 267 ( -- int32 ) 1 ( -- uint32 ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 269 ( -- int32 ) "" ( -- utf8str¢ ) lvar-24+36 "nullstr" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) eqstr ( utf8str¢, utf8str¢ -- bool ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 270 ( -- int32 ) "" ( -- utf8str¢ ) lvar-24+36 "nullstr" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) nestr ( utf8str¢, utf8str¢ -- bool ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 271 ( -- int32 ) "" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lvar-24+44 "nullstr" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) gtstr ( utf8char[to], utf8char[to] -- bool ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 272 ( -- int32 ) "" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lvar-24+44 "nullstr" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) gestr ( utf8char[to], utf8char[to] -- bool ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 273 ( -- int32 ) "" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lvar-24+44 "nullstr" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) ltstr ( utf8char[to], utf8char[to] -- bool ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 274 ( -- int32 ) "" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lvar-24+44 "nullstr" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lestr ( utf8char[to], utf8char[to] -- bool ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 276 ( -- int32 ) lvar-24+28 "nullstr" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "" ( -- utf8str¢ ) eqstr ( utf8str¢, utf8str¢ -- bool ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 277 ( -- int32 ) lvar-24+28 "nullstr" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "" ( -- utf8str¢ ) nestr ( utf8str¢, utf8str¢ -- bool ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 278 ( -- int32 ) lvar-24+28 "nullstr" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) "" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) gtstr ( utf8char[to], utf8char[to] -- bool ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 279 ( -- int32 ) lvar-24+28 "nullstr" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) "" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) gestr ( utf8char[to], utf8char[to] -- bool ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 280 ( -- int32 ) lvar-24+28 "nullstr" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) "" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) ltstr ( utf8char[to], utf8char[to] -- bool ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 281 ( -- int32 ) lvar-24+28 "nullstr" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) "" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lestr ( utf8char[to], utf8char[to] -- bool ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 283 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) lvar-24+36 "nullstr" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) eqstr ( utf8str¢, utf8str¢ -- bool ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 284 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) lvar-24+36 "nullstr" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) nestr ( utf8str¢, utf8str¢ -- bool ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 285 ( -- int32 ) lvar-24+28 "nullstr" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) lvar-8+36 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) eqstr ( utf8str¢, utf8str¢ -- bool ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 286 ( -- int32 ) lvar-24+28 "nullstr" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) lvar-8+36 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) nestr ( utf8str¢, utf8str¢ -- bool ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 287 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lvar-24+44 "nullstr" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) eqstr ( utf8char[to], utf8str¢ -- bool ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 288 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lvar-24+44 "nullstr" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) nestr ( utf8char[to], utf8str¢ -- bool ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 289 ( -- int32 ) lvar-24+28 "nullstr" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) lvar-8+36 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) eqstr ( utf8str¢, utf8char[to] -- bool ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 290 ( -- int32 ) lvar-24+28 "nullstr" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) lvar-8+36 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) nestr ( utf8str¢, utf8char[to] -- bool ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) "v" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-8+32 "a" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) 293 ( -- int32 ) 0 ( -- uint32 ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 294 ( -- int32 ) 1 ( -- uint32 ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 295 ( -- int32 ) "x" ( -- utf8str¢ ) lvar-24+36 "nullstr" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) eqstr ( utf8str¢, utf8str¢ -- bool ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 296 ( -- int32 ) "x" ( -- utf8str¢ ) lvar-24+36 "nullstr" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) nestr ( utf8str¢, utf8str¢ -- bool ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 297 ( -- int32 ) lvar-24+28 "nullstr" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "x" ( -- utf8str¢ ) eqstr ( utf8str¢, utf8str¢ -- bool ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 298 ( -- int32 ) lvar-24+28 "nullstr" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "x" ( -- utf8str¢ ) nestr ( utf8str¢, utf8str¢ -- bool ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 299 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) lvar-24+36 "nullstr" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) eqstr ( utf8str¢, utf8str¢ -- bool ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 300 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) lvar-24+36 "nullstr" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) nestr ( utf8str¢, utf8str¢ -- bool ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 301 ( -- int32 ) lvar-24+28 "nullstr" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) lvar-8+36 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) eqstr ( utf8str¢, utf8str¢ -- bool ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 302 ( -- int32 ) lvar-24+28 "nullstr" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) lvar-8+36 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) nestr ( utf8str¢, utf8str¢ -- bool ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 303 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lvar-24+44 "nullstr" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) eqstr ( utf8char[to], utf8str¢ -- bool ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 304 ( -- int32 ) lvar-8+28 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lvar-24+44 "nullstr" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) nestr ( utf8char[to], utf8str¢ -- bool ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 305 ( -- int32 ) lvar-24+28 "nullstr" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) lvar-8+36 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) eqstr ( utf8str¢, utf8char[to] -- bool ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 306 ( -- int32 ) lvar-24+28 "nullstr" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) lvar-8+36 "a" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) nestr ( utf8str¢, utf8char[to] -- bool ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) dispose ( utf8str -- ) dispose ( utf8str -- ) dispose ( utf8str -- ) 311 ( -- int32 ) "ab" ( -- utf8str¢ ) "a" ( -- utf8str¢ ) min ( utf8str¢, utf8str¢ -- utf8str¢ ) "a" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) 312 ( -- int32 ) "a" ( -- utf8str¢ ) "ab" ( -- utf8str¢ ) min ( utf8str¢, utf8str¢ -- utf8str¢ ) "a" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) 313 ( -- int32 ) "ab" ( -- utf8str¢ ) "bc" ( -- utf8str¢ ) min ( utf8str¢, utf8str¢ -- utf8str¢ ) "ab" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) 314 ( -- int32 ) "bc" ( -- utf8str¢ ) "ab" ( -- utf8str¢ ) min ( utf8str¢, utf8str¢ -- utf8str¢ ) "ab" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) 316 ( -- int32 ) "" ( -- utf8str¢ ) "affe" ( -- utf8str¢ ) min ( utf8str¢, utf8str¢ -- utf8str¢ ) "" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) 317 ( -- int32 ) NULL ( -- void* ) "pipi" ( -- utf8str¢ ) min ( utf8str, utf8str¢ -- utf8str ) dup2r ( utf8str -- utf8str¢ ) NULL ( -- void* ) dup2r ( utf8str -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) fromr ( -- utf8str ) dispose ( utf8str -- ) 318 ( -- int32 ) "affe" ( -- utf8str¢ ) NULL ( -- void* ) min ( utf8str¢, utf8str -- utf8str ) dup2r ( utf8str -- utf8str¢ ) NULL ( -- void* ) dup2r ( utf8str -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) fromr ( -- utf8str ) dispose ( utf8str -- ) "affe" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) "bist" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-8+16 "affe" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) refcnt ( utf8str¢ -- uint32 ) 324 ( -- int32 ) lvar-8+24 "affe" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) lvar-16+32 "bist" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) min ( utf8str¢, utf8str¢ -- utf8str¢ ) lvar-8+32 "affe" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) 325 ( -- int32 ) lvar-16+24 "bist" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) lvar-8+32 "affe" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) min ( utf8str¢, utf8str¢ -- utf8str¢ ) lvar-8+32 "affe" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) 326 ( -- int32 ) "affe" ( -- utf8str¢ ) lvar-16+32 "bist" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) min ( utf8str¢, utf8str¢ -- utf8str¢ ) lvar-8+32 "affe" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) 327 ( -- int32 ) lvar-16+24 "bist" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "affe" ( -- utf8str¢ ) min ( utf8str¢, utf8str¢ -- utf8str¢ ) lvar-8+32 "affe" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) 328 ( -- int32 ) lvar-8+24 "affe" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "bist" ( -- utf8str¢ ) min ( utf8str¢, utf8str¢ -- utf8str¢ ) lvar-8+32 "affe" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) 329 ( -- int32 ) "bist" ( -- utf8str¢ ) lvar-8+32 "affe" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) min ( utf8str¢, utf8str¢ -- utf8str¢ ) lvar-8+32 "affe" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) 331 ( -- int32 ) lvar-8+24 "affe" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) refcnt ( utf8str¢ -- uint32 ) lvar-20+28 "refcnt" ( -- uint32& ) peek ( uint32& -- uint32 ) call test ( int32, uint32, uint32 ) 332 ( -- int32 ) lvar-16+24 "bist" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) refcnt ( utf8str¢ -- uint32 ) lvar-20+28 "refcnt" ( -- uint32& ) peek ( uint32& -- uint32 ) call test ( int32, uint32, uint32 ) drop ( uint32 -- ) dispose ( utf8str -- ) dispose ( utf8str -- ) 337 ( -- int32 ) "ab" ( -- utf8str¢ ) "a" ( -- utf8str¢ ) max ( utf8str¢, utf8str¢ -- utf8str¢ ) "ab" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) 338 ( -- int32 ) "a" ( -- utf8str¢ ) "ab" ( -- utf8str¢ ) max ( utf8str¢, utf8str¢ -- utf8str¢ ) "ab" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) 339 ( -- int32 ) "ab" ( -- utf8str¢ ) "bc" ( -- utf8str¢ ) max ( utf8str¢, utf8str¢ -- utf8str¢ ) "bc" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) 340 ( -- int32 ) "bc" ( -- utf8str¢ ) "ab" ( -- utf8str¢ ) max ( utf8str¢, utf8str¢ -- utf8str¢ ) "bc" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) 342 ( -- int32 ) "" ( -- utf8str¢ ) "affe" ( -- utf8str¢ ) max ( utf8str¢, utf8str¢ -- utf8str¢ ) "affe" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) 343 ( -- int32 ) NULL ( -- void* ) "pipi" ( -- utf8str¢ ) max ( utf8str, utf8str¢ -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "pipi" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 344 ( -- int32 ) "affe" ( -- utf8str¢ ) NULL ( -- void* ) max ( utf8str¢, utf8str -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "affe" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) "affe" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) "bist" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-8+16 "affe" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) refcnt ( utf8str¢ -- uint32 ) 350 ( -- int32 ) lvar-8+24 "affe" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) lvar-16+32 "bist" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) max ( utf8str¢, utf8str¢ -- utf8str¢ ) lvar-16+32 "bist" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) 351 ( -- int32 ) lvar-16+24 "bist" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) lvar-8+32 "affe" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) max ( utf8str¢, utf8str¢ -- utf8str¢ ) lvar-16+32 "bist" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) 352 ( -- int32 ) "affe" ( -- utf8str¢ ) lvar-16+32 "bist" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) max ( utf8str¢, utf8str¢ -- utf8str¢ ) lvar-16+32 "bist" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) 353 ( -- int32 ) lvar-16+24 "bist" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "affe" ( -- utf8str¢ ) max ( utf8str¢, utf8str¢ -- utf8str¢ ) lvar-16+32 "bist" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) 354 ( -- int32 ) lvar-8+24 "affe" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "bist" ( -- utf8str¢ ) max ( utf8str¢, utf8str¢ -- utf8str¢ ) lvar-16+32 "bist" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) 355 ( -- int32 ) "bist" ( -- utf8str¢ ) lvar-8+32 "affe" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) max ( utf8str¢, utf8str¢ -- utf8str¢ ) lvar-16+32 "bist" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) 357 ( -- int32 ) lvar-8+24 "affe" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) refcnt ( utf8str¢ -- uint32 ) lvar-20+28 "refcnt" ( -- uint32& ) peek ( uint32& -- uint32 ) call test ( int32, uint32, uint32 ) 358 ( -- int32 ) lvar-16+24 "bist" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) refcnt ( utf8str¢ -- uint32 ) lvar-20+28 "refcnt" ( -- uint32& ) peek ( uint32& -- uint32 ) call test ( int32, uint32, uint32 ) drop ( uint32 -- ) dispose ( utf8str -- ) dispose ( utf8str -- ) 363 ( -- int32 ) "12345" ( -- utf8str¢ ) 3 ( -- int32 ) atindex ( utf8str¢, int32 -- utf8char& ) peek ( utf8char& -- utf8char ) 52 ( -- uint8 ) call test ( int32, uint8, uint8 ) 364 ( -- int32 ) "12345" ( -- utf8str¢ ) 0 ( -- int32 ) 3 ( -- int32 ) substr ( utf8str¢, int32, int32 -- utf8char[to] ) cast ( utf8char[to] -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "123" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 365 ( -- int32 ) "12345" ( -- utf8str¢ ) 0 ( -- int32 ) 3 ( -- int32 ) substr ( utf8str¢, int32, int32 -- utf8char[to] ) cast ( utf8char[to] -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "123" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 366 ( -- int32 ) "12345" ( -- utf8str¢ ) 3 ( -- int32 ) 5 ( -- int32 ) substr ( utf8str¢, int32, int32 -- utf8char[to] ) cast ( utf8char[to] -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "45" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 367 ( -- int32 ) "12345" ( -- utf8str¢ ) 3 ( -- int32 ) 2147483647 ( -- int32 ) substr ( utf8str¢, int32, int32 -- utf8char[to] ) cast ( utf8char[to] -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "45" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 368 ( -- int32 ) "12345" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) cast ( utf8char[to] -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "12345" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 369 ( -- int32 ) "12345" ( -- utf8str¢ ) 3 ( -- int32 ) 9 ( -- int32 ) substr ( utf8str¢, int32, int32 -- utf8char[to] ) cast ( utf8char[to] -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "45" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 370 ( -- int32 ) "12345" ( -- utf8str¢ ) 3 ( -- int32 ) 3 ( -- int32 ) substr ( utf8str¢, int32, int32 -- utf8char[to] ) cast ( utf8char[to] -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 371 ( -- int32 ) "12345" ( -- utf8str¢ ) 3 ( -- int32 ) 2 ( -- int32 ) substr ( utf8str¢, int32, int32 -- utf8char[to] ) cast ( utf8char[to] -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 372 ( -- int32 ) "12345" ( -- utf8str¢ ) 3 ( -- int32 ) -2 ( -- int32 ) substr ( utf8str¢, int32, int32 -- utf8char[to] ) cast ( utf8char[to] -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 373 ( -- int32 ) "12345" ( -- utf8str¢ ) 9 ( -- int32 ) -2 ( -- int32 ) substr ( utf8str¢, int32, int32 -- utf8char[to] ) cast ( utf8char[to] -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 374 ( -- int32 ) "12345" ( -- utf8str¢ ) -2 ( -- int32 ) 2147483647 ( -- int32 ) substr ( utf8str¢, int32, int32 -- utf8char[to] ) cast ( utf8char[to] -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "12345" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 376 ( -- int32 ) "12345" ( -- utf8str¢ ) 3 ( -- uint32 ) leftstr ( utf8str¢, uint32 -- utf8char[to] ) cast ( utf8char[to] -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "123" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 377 ( -- int32 ) "12345" ( -- utf8str¢ ) 3 ( -- uint32 ) rightstr ( utf8str¢, uint32 -- utf8char[to] ) cast ( utf8char[to] -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "345" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) "012345" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) 109 ( -- utf8char ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) 3 ( -- int32 ) atindex ( utf8str¢, int32 -- utf8char& ) poke ( utf8char, utf8char& -- ) 381 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "012m45" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "abc" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lvar-8+24 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) 2 ( -- int32 ) 5 ( -- int32 ) substr ( utf8str¢, int32, int32 -- utf8char[to] ) copyrange ( utf8char[to], utf8char[to] -- ) 383 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "01abc5" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "ABC" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lvar-8+24 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) 2 ( -- int32 ) 4 ( -- int32 ) substr ( utf8str¢, int32, int32 -- utf8char[to] ) copyrange ( utf8char[to], utf8char[to] -- ) 385 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "01ABc5" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "23" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lvar-8+24 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) 2 ( -- int32 ) 5 ( -- int32 ) substr ( utf8str¢, int32, int32 -- utf8char[to] ) copyrange ( utf8char[to], utf8char[to] -- ) 387 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "0123c5" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "0123456789" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-8+16 "s" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) 390 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) 6 ( -- int32 ) 5 ( -- int32 ) substr ( utf8str¢, int32, int32 -- utf8char[to] ) count ( utf8char[to] -- uint32 ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 391 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) -2 ( -- int32 ) 12 ( -- int32 ) substr ( utf8str¢, int32, int32 -- utf8char[to] ) count ( utf8char[to] -- uint32 ) 10 ( -- uint32 ) call test ( int32, uint32, uint32 ) 392 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) 12 ( -- int32 ) 14 ( -- int32 ) substr ( utf8str¢, int32, int32 -- utf8char[to] ) count ( utf8char[to] -- uint32 ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 393 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) -2 ( -- int32 ) -1 ( -- int32 ) substr ( utf8str¢, int32, int32 -- utf8char[to] ) count ( utf8char[to] -- uint32 ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 394 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) -2 ( -- int32 ) 2147483647 ( -- int32 ) substr ( utf8str¢, int32, int32 -- utf8char[to] ) count ( utf8char[to] -- uint32 ) 10 ( -- uint32 ) call test ( int32, uint32, uint32 ) 395 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) 0 ( -- int32 ) 12 ( -- int32 ) substr ( utf8str¢, int32, int32 -- utf8char[to] ) count ( utf8char[to] -- uint32 ) 10 ( -- uint32 ) call test ( int32, uint32, uint32 ) 396 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) 12 ( -- int32 ) -1 ( -- int32 ) substr ( utf8str¢, int32, int32 -- utf8char[to] ) count ( utf8char[to] -- uint32 ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) "abcdef" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lvar-8+24 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) -2 ( -- int32 ) 4 ( -- int32 ) substr ( utf8str¢, int32, int32 -- utf8char[to] ) copyrange ( utf8char[to], utf8char[to] -- ) 399 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "abcd456789" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "ABCD" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lvar-8+24 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) 8 ( -- int32 ) 12 ( -- int32 ) substr ( utf8str¢, int32, int32 -- utf8char[to] ) copyrange ( utf8char[to], utf8char[to] -- ) 401 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "abcd4567AB" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "ABCD" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lvar-8+24 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) 7 ( -- int32 ) 7 ( -- int32 ) substr ( utf8str¢, int32, int32 -- utf8char[to] ) copyrange ( utf8char[to], utf8char[to] -- ) 403 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "abcd4567AB" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "ABCD" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lvar-8+24 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) 7 ( -- int32 ) 6 ( -- int32 ) substr ( utf8str¢, int32, int32 -- utf8char[to] ) copyrange ( utf8char[to], utf8char[to] -- ) 405 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "abcd4567AB" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "ABCD" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lvar-8+24 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) 7 ( -- int32 ) -1 ( -- int32 ) substr ( utf8str¢, int32, int32 -- utf8char[to] ) copyrange ( utf8char[to], utf8char[to] -- ) 407 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "abcd4567AB" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "ABCD" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lvar-8+24 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) 12 ( -- int32 ) 7 ( -- int32 ) substr ( utf8str¢, int32, int32 -- utf8char[to] ) copyrange ( utf8char[to], utf8char[to] -- ) 409 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "abcd4567AB" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) dispose ( utf8str -- ) 414 ( -- int32 ) "abcde" ( -- utf8str¢ ) 2 ( -- uint32 ) leftstr ( utf8str¢, uint32 -- utf8char[to] ) cast ( utf8char[to] -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "ab" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 415 ( -- int32 ) "abcde" ( -- utf8str¢ ) 0 ( -- uint32 ) leftstr ( utf8str¢, uint32 -- utf8char[to] ) cast ( utf8char[to] -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 416 ( -- int32 ) "abcde" ( -- utf8str¢ ) 4294967294 ( -- uint32 ) leftstr ( utf8str¢, uint32 -- utf8char[to] ) cast ( utf8char[to] -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 417 ( -- int32 ) "abcde" ( -- utf8str¢ ) 9 ( -- uint32 ) leftstr ( utf8str¢, uint32 -- utf8char[to] ) cast ( utf8char[to] -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "abcde" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 419 ( -- int32 ) "abcde" ( -- utf8str¢ ) 2 ( -- uint32 ) rightstr ( utf8str¢, uint32 -- utf8char[to] ) cast ( utf8char[to] -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "de" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 420 ( -- int32 ) "abcde" ( -- utf8str¢ ) 0 ( -- uint32 ) rightstr ( utf8str¢, uint32 -- utf8char[to] ) cast ( utf8char[to] -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 421 ( -- int32 ) "abcde" ( -- utf8str¢ ) 4294967294 ( -- uint32 ) rightstr ( utf8str¢, uint32 -- utf8char[to] ) cast ( utf8char[to] -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 422 ( -- int32 ) "abcde" ( -- utf8str¢ ) 9 ( -- uint32 ) rightstr ( utf8str¢, uint32 -- utf8char[to] ) cast ( utf8char[to] -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "abcde" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 424 ( -- int32 ) "abcde" ( -- utf8str¢ ) 2 ( -- uint32 ) 3 ( -- uint32 ) midstr ( utf8str¢, uint32, uint32 -- utf8char[to] ) cast ( utf8char[to] -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "cde" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 425 ( -- int32 ) "abcde" ( -- utf8str¢ ) 0 ( -- uint32 ) 3 ( -- uint32 ) midstr ( utf8str¢, uint32, uint32 -- utf8char[to] ) cast ( utf8char[to] -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "abc" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 426 ( -- int32 ) "abcde" ( -- utf8str¢ ) 4294967294 ( -- uint32 ) 3 ( -- uint32 ) midstr ( utf8str¢, uint32, uint32 -- utf8char[to] ) cast ( utf8char[to] -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "a" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 427 ( -- int32 ) "abcde" ( -- utf8str¢ ) 9 ( -- uint32 ) 3 ( -- uint32 ) midstr ( utf8str¢, uint32, uint32 -- utf8char[to] ) cast ( utf8char[to] -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 428 ( -- int32 ) "abcde" ( -- utf8str¢ ) 2 ( -- uint32 ) 0 ( -- uint32 ) midstr ( utf8str¢, uint32, uint32 -- utf8char[to] ) cast ( utf8char[to] -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 429 ( -- int32 ) "abcde" ( -- utf8str¢ ) 0 ( -- uint32 ) 0 ( -- uint32 ) midstr ( utf8str¢, uint32, uint32 -- utf8char[to] ) cast ( utf8char[to] -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 430 ( -- int32 ) "abcde" ( -- utf8str¢ ) 4294967294 ( -- uint32 ) 0 ( -- uint32 ) midstr ( utf8str¢, uint32, uint32 -- utf8char[to] ) cast ( utf8char[to] -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 431 ( -- int32 ) "abcde" ( -- utf8str¢ ) 9 ( -- uint32 ) 0 ( -- uint32 ) midstr ( utf8str¢, uint32, uint32 -- utf8char[to] ) cast ( utf8char[to] -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 432 ( -- int32 ) "abcde" ( -- utf8str¢ ) 2 ( -- uint32 ) 4294967290 ( -- uint32 ) midstr ( utf8str¢, uint32, uint32 -- utf8char[to] ) cast ( utf8char[to] -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 433 ( -- int32 ) "abcde" ( -- utf8str¢ ) 0 ( -- uint32 ) 4294967290 ( -- uint32 ) midstr ( utf8str¢, uint32, uint32 -- utf8char[to] ) cast ( utf8char[to] -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 434 ( -- int32 ) "abcde" ( -- utf8str¢ ) 4294967294 ( -- uint32 ) 4294967290 ( -- uint32 ) midstr ( utf8str¢, uint32, uint32 -- utf8char[to] ) cast ( utf8char[to] -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 435 ( -- int32 ) "abcde" ( -- utf8str¢ ) 9 ( -- uint32 ) 4294967290 ( -- uint32 ) midstr ( utf8str¢, uint32, uint32 -- utf8char[to] ) cast ( utf8char[to] -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 437 ( -- int32 ) "abcde" ( -- utf8str¢ ) 2 ( -- uint32 ) 3 ( -- uint32 ) substr ( utf8str¢, uint32, uint32 -- utf8char[to] ) cast ( utf8char[to] -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "c" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 438 ( -- int32 ) "abcde" ( -- utf8str¢ ) 0 ( -- uint32 ) 3 ( -- uint32 ) substr ( utf8str¢, uint32, uint32 -- utf8char[to] ) cast ( utf8char[to] -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "abc" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 439 ( -- int32 ) "abcde" ( -- utf8str¢ ) 4294967294 ( -- uint32 ) 3 ( -- uint32 ) substr ( utf8str¢, uint32, uint32 -- utf8char[to] ) cast ( utf8char[to] -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "abc" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 440 ( -- int32 ) "abcde" ( -- utf8str¢ ) 9 ( -- uint32 ) 3 ( -- uint32 ) substr ( utf8str¢, uint32, uint32 -- utf8char[to] ) cast ( utf8char[to] -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 442 ( -- int32 ) "abcde" ( -- utf8str¢ ) 2 ( -- uint32 ) 9 ( -- uint32 ) substr ( utf8str¢, uint32, uint32 -- utf8char[to] ) cast ( utf8char[to] -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "cde" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 443 ( -- int32 ) "abcde" ( -- utf8str¢ ) 0 ( -- uint32 ) 9 ( -- uint32 ) substr ( utf8str¢, uint32, uint32 -- utf8char[to] ) cast ( utf8char[to] -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "abcde" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 444 ( -- int32 ) "abcde" ( -- utf8str¢ ) 4294967294 ( -- uint32 ) 9 ( -- uint32 ) substr ( utf8str¢, uint32, uint32 -- utf8char[to] ) cast ( utf8char[to] -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "abcde" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 445 ( -- int32 ) "abcde" ( -- utf8str¢ ) 9 ( -- uint32 ) 9 ( -- uint32 ) substr ( utf8str¢, uint32, uint32 -- utf8char[to] ) cast ( utf8char[to] -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 450 ( -- int32 ) "123" ( -- utf8str¢ ) numval ( utf8str¢ -- uint8 ) cast ( uint8 -- uint32 ) 123 ( -- uint32 ) call test ( int32, uint32, uint32 ) 451 ( -- int32 ) "255" ( -- utf8str¢ ) numval ( utf8str¢ -- uint8 ) cast ( uint8 -- uint32 ) 255 ( -- uint32 ) call test ( int32, uint32, uint32 ) 452 ( -- int32 ) "0" ( -- utf8str¢ ) numval ( utf8str¢ -- uint8 ) cast ( uint8 -- uint32 ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 453 ( -- int32 ) "+45" ( -- utf8str¢ ) numval ( utf8str¢ -- uint8 ) cast ( uint8 -- uint32 ) 45 ( -- uint32 ) call test ( int32, uint32, uint32 ) 454 ( -- int32 ) "-45" ( -- utf8str¢ ) numval ( utf8str¢ -- uint8 ) 211 ( -- uint8 ) call test ( int32, uint8, uint8 ) 456 ( -- int32 ) "123" ( -- utf8str¢ ) numval ( utf8str¢ -- int8 ) cast ( int8 -- int32 ) 123 ( -- int32 ) call test ( int32, int32, int32 ) 457 ( -- int32 ) "255" ( -- utf8str¢ ) numval ( utf8str¢ -- int8 ) -1 ( -- int8 ) call test ( int32, int8, int8 ) 458 ( -- int32 ) "0" ( -- utf8str¢ ) numval ( utf8str¢ -- int8 ) cast ( int8 -- int32 ) 0 ( -- int32 ) call test ( int32, int32, int32 ) 459 ( -- int32 ) "+45" ( -- utf8str¢ ) numval ( utf8str¢ -- int8 ) cast ( int8 -- int32 ) 45 ( -- int32 ) call test ( int32, int32, int32 ) 460 ( -- int32 ) "-45" ( -- utf8str¢ ) numval ( utf8str¢ -- int8 ) cast ( int8 -- int32 ) -45 ( -- int32 ) call test ( int32, int32, int32 ) 462 ( -- int32 ) "123" ( -- utf8str¢ ) numval ( utf8str¢ -- uint16 ) cast ( uint16 -- uint32 ) 123 ( -- uint32 ) call test ( int32, uint32, uint32 ) 463 ( -- int32 ) "65535" ( -- utf8str¢ ) numval ( utf8str¢ -- uint16 ) cast ( uint16 -- uint32 ) 65535 ( -- uint32 ) call test ( int32, uint32, uint32 ) 464 ( -- int32 ) "0" ( -- utf8str¢ ) numval ( utf8str¢ -- uint16 ) cast ( uint16 -- uint32 ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 465 ( -- int32 ) "+4567" ( -- utf8str¢ ) numval ( utf8str¢ -- uint16 ) cast ( uint16 -- uint32 ) 4567 ( -- uint32 ) call test ( int32, uint32, uint32 ) 466 ( -- int32 ) "-4567" ( -- utf8str¢ ) numval ( utf8str¢ -- uint16 ) 60969 ( -- uint16 ) call test ( int32, uint16, uint16 ) 468 ( -- int32 ) "12346" ( -- utf8str¢ ) numval ( utf8str¢ -- int16 ) cast ( int16 -- int32 ) 12346 ( -- int32 ) call test ( int32, int32, int32 ) 469 ( -- int32 ) "65535" ( -- utf8str¢ ) numval ( utf8str¢ -- int16 ) -1 ( -- int16 ) call test ( int32, int16, int16 ) 470 ( -- int32 ) "0" ( -- utf8str¢ ) numval ( utf8str¢ -- int16 ) cast ( int16 -- int32 ) 0 ( -- int32 ) call test ( int32, int32, int32 ) 471 ( -- int32 ) "+4567" ( -- utf8str¢ ) numval ( utf8str¢ -- int16 ) cast ( int16 -- int32 ) 4567 ( -- int32 ) call test ( int32, int32, int32 ) 472 ( -- int32 ) "-4567" ( -- utf8str¢ ) numval ( utf8str¢ -- int16 ) cast ( int16 -- int32 ) -4567 ( -- int32 ) call test ( int32, int32, int32 ) 474 ( -- int32 ) "1234567" ( -- utf8str¢ ) numval ( utf8str¢ -- uint32 ) 1234567 ( -- uint32 ) call test ( int32, uint32, uint32 ) 475 ( -- int32 ) "4294967295" ( -- utf8str¢ ) numval ( utf8str¢ -- uint32 ) 4294967295 ( -- uint32 ) call test ( int32, uint32, uint32 ) 476 ( -- int32 ) "0" ( -- utf8str¢ ) numval ( utf8str¢ -- uint32 ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 477 ( -- int32 ) "+4567899" ( -- utf8str¢ ) numval ( utf8str¢ -- uint32 ) 4567899 ( -- uint32 ) call test ( int32, uint32, uint32 ) 478 ( -- int32 ) "-4567899" ( -- utf8str¢ ) numval ( utf8str¢ -- uint32 ) 4290399397 ( -- uint32 ) call test ( int32, uint32, uint32 ) 480 ( -- int32 ) "123464567" ( -- utf8str¢ ) numval ( utf8str¢ -- int32 ) 123464567 ( -- int32 ) call test ( int32, int32, int32 ) 481 ( -- int32 ) "4294967295" ( -- utf8str¢ ) numval ( utf8str¢ -- int32 ) -1 ( -- int32 ) call test ( int32, int32, int32 ) 482 ( -- int32 ) "0" ( -- utf8str¢ ) numval ( utf8str¢ -- int32 ) 0 ( -- int32 ) call test ( int32, int32, int32 ) 483 ( -- int32 ) "+45674567" ( -- utf8str¢ ) numval ( utf8str¢ -- int32 ) 45674567 ( -- int32 ) call test ( int32, int32, int32 ) 484 ( -- int32 ) "-45674567" ( -- utf8str¢ ) numval ( utf8str¢ -- int32 ) -45674567 ( -- int32 ) call test ( int32, int32, int32 ) 486 ( -- int32 ) "844674407370955161" ( -- utf8str¢ ) numval ( utf8str¢ -- uint64 ) 844674407370955161 ( -- uint64 ) call test ( int32, uint64, uint64 ) 487 ( -- int32 ) "18446744073709551615" ( -- utf8str¢ ) numval ( utf8str¢ -- uint64 ) 18446744073709551615 ( -- uint64 ) call test ( int32, uint64, uint64 ) 488 ( -- int32 ) "0" ( -- utf8str¢ ) numval ( utf8str¢ -- uint64 ) 0 ( -- uint64 ) call test ( int32, uint64, uint64 ) 489 ( -- int32 ) "+456789965535" ( -- utf8str¢ ) numval ( utf8str¢ -- uint64 ) 456789965535 ( -- uint64 ) call test ( int32, uint64, uint64 ) 490 ( -- int32 ) "-456789965535" ( -- utf8str¢ ) numval ( utf8str¢ -- uint64 ) 18446743616919586081 ( -- uint64 ) call test ( int32, uint64, uint64 ) 492 ( -- int32 ) "1844674407370955161" ( -- utf8str¢ ) numval ( utf8str¢ -- int64 ) 1844674407370955161 ( -- int64 ) call test ( int32, int64, int64 ) 493 ( -- int32 ) "9223372036854775807" ( -- utf8str¢ ) numval ( utf8str¢ -- int64 ) 9223372036854775807 ( -- int64 ) call test ( int32, int64, int64 ) 494 ( -- int32 ) "+9223372036854775807" ( -- utf8str¢ ) numval ( utf8str¢ -- int64 ) 9223372036854775807 ( -- int64 ) call test ( int32, int64, int64 ) 495 ( -- int32 ) "-9223372036854775808" ( -- utf8str¢ ) numval ( utf8str¢ -- int64 ) -9223372036854775808 ( -- int64 ) call test ( int32, int64, int64 ) 496 ( -- int32 ) "0" ( -- utf8str¢ ) numval ( utf8str¢ -- int64 ) 0 ( -- int64 ) call test ( int32, int64, int64 ) 497 ( -- int32 ) "+6553545674567" ( -- utf8str¢ ) numval ( utf8str¢ -- int64 ) 6553545674567 ( -- int64 ) call test ( int32, int64, int64 ) 498 ( -- int32 ) "-6553545674567" ( -- utf8str¢ ) numval ( utf8str¢ -- int64 ) -6553545674567 ( -- int64 ) call test ( int32, int64, int64 ) " " ( -- utf8str¢ ) print ( utf8str¢ ) 503 ( -- int32 ) "123464567" ( -- utf8str¢ ) numval ( utf8str¢ -- float32 ) cast ( float32 -- float64 ) 123464567 ( -- float64 ) call test ( int32, float64, float64 ) 504 ( -- int32 ) "4294967295" ( -- utf8str¢ ) numval ( utf8str¢ -- float32 ) cast ( float32 -- float64 ) 4294967295 ( -- float64 ) call test ( int32, float64, float64 ) 505 ( -- int32 ) "0" ( -- utf8str¢ ) numval ( utf8str¢ -- float32 ) cast ( float32 -- float64 ) 0 ( -- float64 ) call test ( int32, float64, float64 ) 506 ( -- int32 ) "+45674567" ( -- utf8str¢ ) numval ( utf8str¢ -- float32 ) cast ( float32 -- float64 ) 45674567 ( -- float64 ) call test ( int32, float64, float64 ) 507 ( -- int32 ) "-45674567" ( -- utf8str¢ ) numval ( utf8str¢ -- float32 ) cast ( float32 -- float64 ) -45674567 ( -- float64 ) call test ( int32, float64, float64 ) 508 ( -- int32 ) "+45674567" ( -- utf8str¢ ) numval ( utf8str¢ -- float32 ) cast ( float32 -- float64 ) 45674567 ( -- float64 ) call test ( int32, float64, float64 ) 509 ( -- int32 ) "-45674567" ( -- utf8str¢ ) numval ( utf8str¢ -- float32 ) cast ( float32 -- float64 ) -45674567 ( -- float64 ) call test ( int32, float64, float64 ) 510 ( -- int32 ) "+4567.4567e10" ( -- utf8str¢ ) numval ( utf8str¢ -- float32 ) 45674565468160 ( -- float32 ) call test ( int32, float32, float32 ) 511 ( -- int32 ) "-4567.4567e10" ( -- utf8str¢ ) numval ( utf8str¢ -- float32 ) -45674565468160 ( -- float32 ) call test ( int32, float32, float32 ) 512 ( -- int32 ) "+4567.4567e+10" ( -- utf8str¢ ) numval ( utf8str¢ -- float32 ) 45674565468160 ( -- float32 ) call test ( int32, float32, float32 ) 513 ( -- int32 ) "-4567.4567e+10" ( -- utf8str¢ ) numval ( utf8str¢ -- float32 ) -45674565468160 ( -- float32 ) call test ( int32, float32, float32 ) 514 ( -- int32 ) "+4567.4567e-10" ( -- utf8str¢ ) numval ( utf8str¢ -- float32 ) 4.5674568127652e-07 ( -- float32 ) call test ( int32, float32, float32 ) 515 ( -- int32 ) "-4567.4567e-10" ( -- utf8str¢ ) numval ( utf8str¢ -- float32 ) -4.5674568127652e-07 ( -- float32 ) call test ( int32, float32, float32 ) " " ( -- utf8str¢ ) print ( utf8str¢ ) 518 ( -- int32 ) "123464567" ( -- utf8str¢ ) numval ( utf8str¢ -- float64 ) 123464567 ( -- float64 ) call test ( int32, float64, float64 ) 519 ( -- int32 ) "4294967295" ( -- utf8str¢ ) numval ( utf8str¢ -- float64 ) 4294967295 ( -- float64 ) call test ( int32, float64, float64 ) 520 ( -- int32 ) "0" ( -- utf8str¢ ) numval ( utf8str¢ -- float64 ) 0 ( -- float64 ) call test ( int32, float64, float64 ) 521 ( -- int32 ) "+45674567" ( -- utf8str¢ ) numval ( utf8str¢ -- float64 ) 45674567 ( -- float64 ) call test ( int32, float64, float64 ) 522 ( -- int32 ) "-45674567" ( -- utf8str¢ ) numval ( utf8str¢ -- float64 ) -45674567 ( -- float64 ) call test ( int32, float64, float64 ) 523 ( -- int32 ) "+45674567" ( -- utf8str¢ ) numval ( utf8str¢ -- float64 ) 45674567 ( -- float64 ) call test ( int32, float64, float64 ) 524 ( -- int32 ) "-45674567" ( -- utf8str¢ ) numval ( utf8str¢ -- float64 ) -45674567 ( -- float64 ) call test ( int32, float64, float64 ) 525 ( -- int32 ) "+4567.4567e10" ( -- utf8str¢ ) numval ( utf8str¢ -- float64 ) 45674567000000 ( -- float64 ) call test ( int32, float64, float64 ) 526 ( -- int32 ) "-4567.4567e10" ( -- utf8str¢ ) numval ( utf8str¢ -- float64 ) -45674567000000 ( -- float64 ) call test ( int32, float64, float64 ) 527 ( -- int32 ) "+4567.4567e+10" ( -- utf8str¢ ) numval ( utf8str¢ -- float64 ) 45674567000000 ( -- float64 ) call test ( int32, float64, float64 ) 528 ( -- int32 ) "-4567.4567e+10" ( -- utf8str¢ ) numval ( utf8str¢ -- float64 ) -45674567000000 ( -- float64 ) call test ( int32, float64, float64 ) 529 ( -- int32 ) "+4567.4567e-10" ( -- utf8str¢ ) numval ( utf8str¢ -- float64 ) 4.5674567e-07 ( -- float64 ) call test ( int32, float64, float64 ) 530 ( -- int32 ) "-4567.4567e-10" ( -- utf8str¢ ) numval ( utf8str¢ -- float64 ) -4.5674567e-07 ( -- float64 ) call test ( int32, float64, float64 ) " " ( -- utf8str¢ ) print ( utf8str¢ ) 533 ( -- int32 ) "123464567" ( -- utf8str¢ ) numval ( utf8str¢ -- float128 ) 123464567.000000006854 ( -- float128 ) call test ( int32, float128, float128 ) 534 ( -- int32 ) "4294967295" ( -- utf8str¢ ) numval ( utf8str¢ -- float128 ) 4294967295.000000238419 ( -- float128 ) call test ( int32, float128, float128 ) 535 ( -- int32 ) "0" ( -- utf8str¢ ) numval ( utf8str¢ -- float128 ) 0 ( -- float128 ) call test ( int32, float128, float128 ) 536 ( -- int32 ) "+45674567" ( -- utf8str¢ ) numval ( utf8str¢ -- float128 ) 45674567.00000000253567 ( -- float128 ) call test ( int32, float128, float128 ) 537 ( -- int32 ) "-45674567" ( -- utf8str¢ ) numval ( utf8str¢ -- float128 ) -45674567.00000000253567 ( -- float128 ) call test ( int32, float128, float128 ) 538 ( -- int32 ) "+45674567" ( -- utf8str¢ ) numval ( utf8str¢ -- float128 ) 45674567.00000000253567 ( -- float128 ) call test ( int32, float128, float128 ) 539 ( -- int32 ) "-45674567" ( -- utf8str¢ ) numval ( utf8str¢ -- float128 ) -45674567.00000000253567 ( -- float128 ) call test ( int32, float128, float128 ) 540 ( -- int32 ) "+4567.4567e110" ( -- utf8str¢ ) numval ( utf8str¢ -- float128 ) 4.567456700000000415936e+113 ( -- float128 ) call test ( int32, float128, float128 ) 541 ( -- int32 ) "-4567.4567e110" ( -- utf8str¢ ) numval ( utf8str¢ -- float128 ) -4.567456700000000415936e+113 ( -- float128 ) call test ( int32, float128, float128 ) 542 ( -- int32 ) "+4567.4567e+110" ( -- utf8str¢ ) numval ( utf8str¢ -- float128 ) 4.567456700000000415936e+113 ( -- float128 ) call test ( int32, float128, float128 ) 543 ( -- int32 ) "-4567.4567e+110" ( -- utf8str¢ ) numval ( utf8str¢ -- float128 ) -4.567456700000000415936e+113 ( -- float128 ) call test ( int32, float128, float128 ) 544 ( -- int32 ) "+4567.4567e-110" ( -- utf8str¢ ) numval ( utf8str¢ -- float128 ) 4.567456700000000231431e-107 ( -- float128 ) call test ( int32, float128, float128 ) 545 ( -- int32 ) "-4567.4567e-110" ( -- utf8str¢ ) numval ( utf8str¢ -- float128 ) -4.567456700000000231431e-107 ( -- float128 ) call test ( int32, float128, float128 ) 546 ( -- int32 ) "-45674567e-110" ( -- utf8str¢ ) numval ( utf8str¢ -- float128 ) -4.567456700000000233765e-103 ( -- float128 ) call test ( int32, float128, float128 ) " " ( -- utf8str¢ ) print ( utf8str¢ ) NULL ( -- void* ) 555 ( -- int32 ) "abcde" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) 98 ( -- utf8char ) find ( utf8char[to], utf8char -- uint32 ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 556 ( -- int32 ) "abcde" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) "b" ( -- utf8str¢ ) find ( utf8char[to], utf8str¢ -- uint32 ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 557 ( -- int32 ) "abcde" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) "bc" ( -- utf8str¢ ) find ( utf8char[to], utf8str¢ -- uint32 ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 558 ( -- int32 ) "abcde" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) "" ( -- utf8str¢ ) find ( utf8char[to], utf8str¢ -- uint32 ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 559 ( -- int32 ) "abcde" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) 102 ( -- utf8char ) find ( utf8char[to], utf8char -- uint32 ) 4294967295 ( -- uint32 ) call test ( int32, uint32, uint32 ) 560 ( -- int32 ) "abcde" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) "f" ( -- utf8str¢ ) find ( utf8char[to], utf8str¢ -- uint32 ) 4294967295 ( -- uint32 ) call test ( int32, uint32, uint32 ) 561 ( -- int32 ) "" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) "" ( -- utf8str¢ ) find ( utf8char[to], utf8str¢ -- uint32 ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 562 ( -- int32 ) "" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) "X" ( -- utf8str¢ ) find ( utf8char[to], utf8str¢ -- uint32 ) 4294967295 ( -- uint32 ) call test ( int32, uint32, uint32 ) 563 ( -- int32 ) lvar-8+12 "nullstr" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) "X" ( -- utf8str¢ ) find ( utf8char[to], utf8str¢ -- uint32 ) 4294967295 ( -- uint32 ) call test ( int32, uint32, uint32 ) 564 ( -- int32 ) "abcde" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lvar-8+28 "nullstr" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) find ( utf8char[to], utf8str¢ -- uint32 ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 566 ( -- int32 ) "abcde" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) 98 ( -- utf8char ) find ( utf8char[to], utf8char -- uint32 ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 567 ( -- int32 ) "abcde" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) "b" ( -- utf8str¢ ) find ( utf8char[to], utf8str¢ -- uint32 ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 568 ( -- int32 ) "abcde" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) "bc" ( -- utf8str¢ ) find ( utf8char[to], utf8str¢ -- uint32 ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 569 ( -- int32 ) "abcde" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) "" ( -- utf8str¢ ) find ( utf8char[to], utf8str¢ -- uint32 ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 570 ( -- int32 ) "abcde" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) 102 ( -- utf8char ) find ( utf8char[to], utf8char -- uint32 ) 4294967295 ( -- uint32 ) call test ( int32, uint32, uint32 ) 571 ( -- int32 ) "abcde" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) "f" ( -- utf8str¢ ) find ( utf8char[to], utf8str¢ -- uint32 ) 4294967295 ( -- uint32 ) call test ( int32, uint32, uint32 ) 572 ( -- int32 ) "" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) "" ( -- utf8str¢ ) find ( utf8char[to], utf8str¢ -- uint32 ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 573 ( -- int32 ) lvar-8+12 "nullstr" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) "X" ( -- utf8str¢ ) find ( utf8char[to], utf8str¢ -- uint32 ) 4294967295 ( -- uint32 ) call test ( int32, uint32, uint32 ) 574 ( -- int32 ) "abcde" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lvar-8+28 "nullstr" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) find ( utf8char[to], utf8str¢ -- uint32 ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 576 ( -- int32 ) "abcde" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) 98 ( -- utf8char ) rfind ( utf8char[to], utf8char -- uint32 ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 577 ( -- int32 ) "abcde" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) "b" ( -- utf8str¢ ) rfind ( utf8char[to], utf8str¢ -- uint32 ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 578 ( -- int32 ) "abcde" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) "bc" ( -- utf8str¢ ) rfind ( utf8char[to], utf8str¢ -- uint32 ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 579 ( -- int32 ) "abcde" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) "" ( -- utf8str¢ ) rfind ( utf8char[to], utf8str¢ -- uint32 ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 580 ( -- int32 ) "abcde" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) 102 ( -- utf8char ) rfind ( utf8char[to], utf8char -- uint32 ) 4294967295 ( -- uint32 ) call test ( int32, uint32, uint32 ) 581 ( -- int32 ) "abcde" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) "f" ( -- utf8str¢ ) rfind ( utf8char[to], utf8str¢ -- uint32 ) 4294967295 ( -- uint32 ) call test ( int32, uint32, uint32 ) 582 ( -- int32 ) "" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) "" ( -- utf8str¢ ) rfind ( utf8char[to], utf8str¢ -- uint32 ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 583 ( -- int32 ) "" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) "X" ( -- utf8str¢ ) rfind ( utf8char[to], utf8str¢ -- uint32 ) 4294967295 ( -- uint32 ) call test ( int32, uint32, uint32 ) 584 ( -- int32 ) lvar-8+12 "nullstr" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) "X" ( -- utf8str¢ ) rfind ( utf8char[to], utf8str¢ -- uint32 ) 4294967295 ( -- uint32 ) call test ( int32, uint32, uint32 ) 585 ( -- int32 ) "abcde" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lvar-8+28 "nullstr" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) rfind ( utf8char[to], utf8str¢ -- uint32 ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 587 ( -- int32 ) "abcde" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) 98 ( -- utf8char ) rfind ( utf8char[to], utf8char -- uint32 ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 588 ( -- int32 ) "abcde" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) "b" ( -- utf8str¢ ) rfind ( utf8char[to], utf8str¢ -- uint32 ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 589 ( -- int32 ) "abcde" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) "bc" ( -- utf8str¢ ) rfind ( utf8char[to], utf8str¢ -- uint32 ) 1 ( -- uint32 ) call test ( int32, uint32, uint32 ) 590 ( -- int32 ) "abcde" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) "" ( -- utf8str¢ ) rfind ( utf8char[to], utf8str¢ -- uint32 ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 591 ( -- int32 ) "abcde" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) 102 ( -- utf8char ) rfind ( utf8char[to], utf8char -- uint32 ) 4294967295 ( -- uint32 ) call test ( int32, uint32, uint32 ) 592 ( -- int32 ) "abcde" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) "f" ( -- utf8str¢ ) rfind ( utf8char[to], utf8str¢ -- uint32 ) 4294967295 ( -- uint32 ) call test ( int32, uint32, uint32 ) 593 ( -- int32 ) "" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) "" ( -- utf8str¢ ) rfind ( utf8char[to], utf8str¢ -- uint32 ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) 594 ( -- int32 ) lvar-8+12 "nullstr" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) "X" ( -- utf8str¢ ) rfind ( utf8char[to], utf8str¢ -- uint32 ) 4294967295 ( -- uint32 ) call test ( int32, uint32, uint32 ) 595 ( -- int32 ) "abcde" ( -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) lvar-8+28 "nullstr" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) rfind ( utf8char[to], utf8str¢ -- uint32 ) 0 ( -- uint32 ) call test ( int32, uint32, uint32 ) dispose ( utf8str -- ) NULL ( -- void* ) lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) flip ( utf8char[to] ) 600 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-8+16 "s" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) flip ( utf8char[to] ) 601 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "1" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-8+16 "s" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) flip ( utf8char[to] ) 602 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "1" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "1234" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-8+16 "s" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) flip ( utf8char[to] ) 603 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "4321" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "12345" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-8+16 "s" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) flip ( utf8char[to] ) 604 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "54321" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) NULL ( -- void* ) lvar-8+16 "s" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) rol ( utf8char[to] ) 606 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-8+16 "s" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) rol ( utf8char[to] ) 607 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "1" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-8+16 "s" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) rol ( utf8char[to] ) 608 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "1" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "1234" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-8+16 "s" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) rol ( utf8char[to] ) 609 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "2341" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "12345" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-8+16 "s" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) rol ( utf8char[to] ) 610 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "23451" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) NULL ( -- void* ) lvar-8+16 "s" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) ror ( utf8char[to] ) 612 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-8+16 "s" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) ror ( utf8char[to] ) 613 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "1" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-8+16 "s" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) ror ( utf8char[to] ) 614 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "1" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "1234" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-8+16 "s" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) ror ( utf8char[to] ) 615 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "4123" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "12345" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-8+16 "s" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) ror ( utf8char[to] ) 616 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "51234" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) dispose ( utf8str -- ) NULL ( -- void* ) lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) sort ( utf8char[to] ) 621 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-8+16 "s" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) sort ( utf8char[to] ) 622 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "1" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-8+16 "s" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) sort ( utf8char[to] ) 623 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "1" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "521436" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-8+16 "s" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) sort ( utf8char[to] ) 624 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "123456" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "2715643" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-8+16 "s" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) sort ( utf8char[to] ) 625 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "1234567" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "123456" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-8+16 "s" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) sort ( utf8char[to] ) 626 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "123456" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "1234567" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-8+16 "s" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) sort ( utf8char[to] ) 627 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "1234567" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "654321" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-8+16 "s" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) sort ( utf8char[to] ) 628 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "123456" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "7654321" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-8+16 "s" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) sort ( utf8char[to] ) 629 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "1234567" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) NULL ( -- void* ) lvar-8+16 "s" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) rsort ( utf8char[to] ) 631 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-8+16 "s" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) rsort ( utf8char[to] ) 632 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "1" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-8+16 "s" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) rsort ( utf8char[to] ) 633 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "1" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "521436" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-8+16 "s" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) rsort ( utf8char[to] ) 634 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "654321" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "2715643" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-8+16 "s" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) rsort ( utf8char[to] ) 635 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "7654321" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "123456" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-8+16 "s" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) rsort ( utf8char[to] ) 636 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "654321" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "1234567" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-8+16 "s" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) rsort ( utf8char[to] ) 637 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "7654321" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "654321" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-8+16 "s" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) rsort ( utf8char[to] ) 638 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "654321" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "7654321" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-8+16 "s" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) rsort ( utf8char[to] ) 639 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "7654321" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) NULL ( -- void* ) lvar-8+16 "s" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) shuffle ( utf8char[to] ) 641 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-8+16 "s" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) shuffle ( utf8char[to] ) 642 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "1" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-8+16 "s" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) shuffle ( utf8char[to] ) 643 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "1" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "521436" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-8+16 "s" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) L992: lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) shuffle ( utf8char[to] ) lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "521436" ( -- utf8str¢ ) eqstr ( utf8str¢, utf8str¢ -- bool ) !! ( uint32 -- bool ) jp_z ( bool -- ) -> L993 jp ( -- ) -> L992 L993: lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) sort ( utf8char[to] ) 644 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "123456" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "2715643" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-8+16 "s" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) L994: lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) shuffle ( utf8char[to] ) lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "2715643" ( -- utf8str¢ ) eqstr ( utf8str¢, utf8str¢ -- bool ) !! ( uint32 -- bool ) jp_z ( bool -- ) -> L995 jp ( -- ) -> L994 L995: lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) sort ( utf8char[to] ) 645 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "1234567" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "123456" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-8+16 "s" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) L996: lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) shuffle ( utf8char[to] ) lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "123456" ( -- utf8str¢ ) eqstr ( utf8str¢, utf8str¢ -- bool ) !! ( uint32 -- bool ) jp_z ( bool -- ) -> L997 jp ( -- ) -> L996 L997: lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) sort ( utf8char[to] ) 646 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "123456" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "1234567" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-8+16 "s" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) L998: lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) shuffle ( utf8char[to] ) lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "1234567" ( -- utf8str¢ ) eqstr ( utf8str¢, utf8str¢ -- bool ) !! ( uint32 -- bool ) jp_z ( bool -- ) -> L999 jp ( -- ) -> L998 L999: lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) sort ( utf8char[to] ) 647 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "1234567" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "654321" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-8+16 "s" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) L1000: lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) shuffle ( utf8char[to] ) lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "654321" ( -- utf8str¢ ) eqstr ( utf8str¢, utf8str¢ -- bool ) !! ( uint32 -- bool ) jp_z ( bool -- ) -> L1001 jp ( -- ) -> L1000 L1001: lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) sort ( utf8char[to] ) 648 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "123456" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "7654321" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-8+16 "s" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) L1002: lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) shuffle ( utf8char[to] ) lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "7654321" ( -- utf8str¢ ) eqstr ( utf8str¢, utf8str¢ -- bool ) !! ( uint32 -- bool ) jp_z ( bool -- ) -> L1003 jp ( -- ) -> L1002 L1003: lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) sort ( utf8char[to] ) 649 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "1234567" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "doedel,123,47kSpaceshuttle111,Antonov,Sipirsky,Woig234512344711" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-8+16 "s" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) lvar-8+8 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) cast ( utf8str¢ -- utf8char[to] ) sort ( utf8char[to] ) 653 ( -- int32 ) lvar-8+12 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) ",,,,,11111112223334444577ASSWacddeeeeghiiikkllnnoooopprsstttuvy" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "dödel" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) "123" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) "4711" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) "Antonov" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) "Sipirsky" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) "Woigk" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) "Space shuttle" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) "12345" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) "1234" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) "4711" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) 80 ( -- uint32 ) alloc ( uint32 -- utf8str[10] ) dup2r ( utf8str[10] -- utf8str[10]¢ ) forallitems ( utf8str[10]¢ -- utf8str& ) -> L1005 L1004: poke ( utf8str, utf8str& -- ) L1005: ForAllEnd .. L1004 fromr ( -- utf8str[10] ) lvar-16+16 "a" ( -- utf8str[]& ) peek ( utf8str[]& -- utf8str[]¢ ) cast ( utf8str[]¢ -- utf8str[to] ) sort ( utf8str[to] ) 657 ( -- int32 ) lvar-16+20 "a" ( -- utf8str[]& ) peek ( utf8str[]& -- utf8str[]¢ ) 44 ( -- utf8char ) join ( utf8str[]¢, utf8char -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "123,1234,12345,4711,4711,Antonov,Sipirsky,Space shuttle,Woigk,dödel" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) call! kill ( utf8str[] -- utf8str[] ) dispose ( utf8str[] -- ) dispose ( utf8str -- ) "123,234,345,4567,6789,0000" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-8+8 "t" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) NULL ( -- utf8str[] ) lvar-16+24 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) 44 ( -- utf8char ) split ( utf8str¢, utf8char -- utf8str[] ) lvar-24+32 "a" ( -- utf8str[]& ) swapwithvar ( utf8str[], utf8str[]& -- utf8str[] ) call! kill ( utf8str[] -- utf8str[] ) dispose ( utf8str[] -- ) 667 ( -- int32 ) lvar-24+28 "a" ( -- utf8str[]& ) peek ( utf8str[]& -- utf8str[]¢ ) count ( utf8str[]¢ -- uint32 ) 6 ( -- uint32 ) call test ( int32, uint32, uint32 ) lvar-24+24 "a" ( -- utf8str[]& ) peek ( utf8str[]& -- utf8str[]¢ ) 44 ( -- utf8char ) join ( utf8str[]¢, utf8char -- utf8str ) lvar-16+32 "s" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) 669 ( -- int32 ) lvar-16+28 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) lvar-8+36 "t" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) lvar-16+24 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "," ( -- utf8str¢ ) split ( utf8str¢, utf8str¢ -- utf8str[] ) lvar-24+32 "a" ( -- utf8str[]& ) swapwithvar ( utf8str[], utf8str[]& -- utf8str[] ) call! kill ( utf8str[] -- utf8str[] ) dispose ( utf8str[] -- ) 672 ( -- int32 ) lvar-24+28 "a" ( -- utf8str[]& ) peek ( utf8str[]& -- utf8str[]¢ ) count ( utf8str[]¢ -- uint32 ) 6 ( -- uint32 ) call test ( int32, uint32, uint32 ) lvar-24+24 "a" ( -- utf8str[]& ) peek ( utf8str[]& -- utf8str[]¢ ) "," ( -- utf8str¢ ) join ( utf8str[]¢, utf8str¢ -- utf8str ) lvar-16+32 "s" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) 674 ( -- int32 ) lvar-16+28 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) lvar-8+36 "t" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "123,.234,.345,.4567,.6789,.0000" ( -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-8+32 "t" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) lvar-8+24 "t" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) retain ( utf8str¢ -- utf8str ) lvar-16+32 "s" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) lvar-16+24 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) ",." ( -- utf8str¢ ) split ( utf8str¢, utf8str¢ -- utf8str[] ) lvar-24+32 "a" ( -- utf8str[]& ) swapwithvar ( utf8str[], utf8str[]& -- utf8str[] ) call! kill ( utf8str[] -- utf8str[] ) dispose ( utf8str[] -- ) 679 ( -- int32 ) lvar-24+28 "a" ( -- utf8str[]& ) peek ( utf8str[]& -- utf8str[]¢ ) count ( utf8str[]¢ -- uint32 ) 6 ( -- uint32 ) call test ( int32, uint32, uint32 ) lvar-24+24 "a" ( -- utf8str[]& ) peek ( utf8str[]& -- utf8str[]¢ ) ",." ( -- utf8str¢ ) join ( utf8str[]¢, utf8str¢ -- utf8str ) lvar-16+32 "s" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) 681 ( -- int32 ) lvar-16+28 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) lvar-8+36 "t" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "abc" ( -- utf8str¢ ) "a" ( -- utf8str¢ ) split ( utf8str¢, utf8str¢ -- utf8str[] ) lvar-24+32 "a" ( -- utf8str[]& ) swapwithvar ( utf8str[], utf8str[]& -- utf8str[] ) call! kill ( utf8str[] -- utf8str[] ) dispose ( utf8str[] -- ) 684 ( -- int32 ) lvar-24+28 "a" ( -- utf8str[]& ) peek ( utf8str[]& -- utf8str[]¢ ) count ( utf8str[]¢ -- uint32 ) 2 ( -- uint32 ) call test ( int32, uint32, uint32 ) 685 ( -- int32 ) lvar-24+28 "a" ( -- utf8str[]& ) peek ( utf8str[]& -- utf8str[]¢ ) 0 ( -- int32 ) atindex ( utf8str[]¢, int32 -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) 686 ( -- int32 ) lvar-24+28 "a" ( -- utf8str[]& ) peek ( utf8str[]& -- utf8str[]¢ ) 1 ( -- int32 ) atindex ( utf8str[]¢, int32 -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "bc" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) lvar-24+24 "a" ( -- utf8str[]& ) peek ( utf8str[]& -- utf8str[]¢ ) "a" ( -- utf8str¢ ) join ( utf8str[]¢, utf8str¢ -- utf8str ) lvar-16+32 "s" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) 688 ( -- int32 ) lvar-16+28 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "abc" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "abc" ( -- utf8str¢ ) "c" ( -- utf8str¢ ) split ( utf8str¢, utf8str¢ -- utf8str[] ) lvar-24+32 "a" ( -- utf8str[]& ) swapwithvar ( utf8str[], utf8str[]& -- utf8str[] ) call! kill ( utf8str[] -- utf8str[] ) dispose ( utf8str[] -- ) 691 ( -- int32 ) lvar-24+28 "a" ( -- utf8str[]& ) peek ( utf8str[]& -- utf8str[]¢ ) count ( utf8str[]¢ -- uint32 ) 2 ( -- uint32 ) call test ( int32, uint32, uint32 ) 692 ( -- int32 ) lvar-24+28 "a" ( -- utf8str[]& ) peek ( utf8str[]& -- utf8str[]¢ ) 0 ( -- int32 ) atindex ( utf8str[]¢, int32 -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "ab" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) 693 ( -- int32 ) lvar-24+28 "a" ( -- utf8str[]& ) peek ( utf8str[]& -- utf8str[]¢ ) 1 ( -- int32 ) atindex ( utf8str[]¢, int32 -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) lvar-24+24 "a" ( -- utf8str[]& ) peek ( utf8str[]& -- utf8str[]¢ ) "c" ( -- utf8str¢ ) join ( utf8str[]¢, utf8str¢ -- utf8str ) lvar-16+32 "s" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) 695 ( -- int32 ) lvar-16+28 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "abc" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) "abc" ( -- utf8str¢ ) "" ( -- utf8str¢ ) split ( utf8str¢, utf8str¢ -- utf8str[] ) lvar-24+32 "a" ( -- utf8str[]& ) swapwithvar ( utf8str[], utf8str[]& -- utf8str[] ) call! kill ( utf8str[] -- utf8str[] ) dispose ( utf8str[] -- ) 698 ( -- int32 ) lvar-24+28 "a" ( -- utf8str[]& ) peek ( utf8str[]& -- utf8str[]¢ ) count ( utf8str[]¢ -- uint32 ) 3 ( -- uint32 ) call test ( int32, uint32, uint32 ) 699 ( -- int32 ) lvar-24+28 "a" ( -- utf8str[]& ) peek ( utf8str[]& -- utf8str[]¢ ) 0 ( -- int32 ) atindex ( utf8str[]¢, int32 -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "a" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) 700 ( -- int32 ) lvar-24+28 "a" ( -- utf8str[]& ) peek ( utf8str[]& -- utf8str[]¢ ) 1 ( -- int32 ) atindex ( utf8str[]¢, int32 -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "b" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) 701 ( -- int32 ) lvar-24+28 "a" ( -- utf8str[]& ) peek ( utf8str[]& -- utf8str[]¢ ) 2 ( -- int32 ) atindex ( utf8str[]¢, int32 -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "c" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) lvar-24+24 "a" ( -- utf8str[]& ) peek ( utf8str[]& -- utf8str[]¢ ) "" ( -- utf8str¢ ) join ( utf8str[]¢, utf8str¢ -- utf8str ) lvar-16+32 "s" ( -- utf8str& ) swapwithvar ( utf8str, utf8str& -- utf8str ) dispose ( utf8str -- ) 703 ( -- int32 ) lvar-16+28 "s" ( -- utf8str& ) peek ( utf8str& -- utf8str¢ ) "abc" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) call! kill ( utf8str[] -- utf8str[] ) dispose ( utf8str[] -- ) dispose ( utf8str -- ) dispose ( utf8str -- ) 708 ( -- int32 ) NULL ( -- void* ) toupper ( utf8str¢ -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 709 ( -- int32 ) "" ( -- utf8str¢ ) toupper ( utf8str¢ -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 710 ( -- int32 ) "abcde12345,.-{ }" ( -- utf8str¢ ) toupper ( utf8str¢ -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "ABCDE12345,.-{ }" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 711 ( -- int32 ) "Füße" ( -- utf8str¢ ) toupper ( utf8str¢ -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "FÜßE" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 712 ( -- int32 ) "über ältere öfters lästern" ( -- utf8str¢ ) toupper ( utf8str¢ -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "ÜBER ÄLTERE ÖFTERS LÄSTERN" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 713 ( -- int32 ) "çñaáàâ" ( -- utf8str¢ ) toupper ( utf8str¢ -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "ÇÑAÁÀÂ" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 714 ( -- int32 ) "ṱūȕṵừʋẋẏżöǫổờǿṙ" ( -- utf8str¢ ) toupper ( utf8str¢ -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "ṰŪȔṴỪƲẊẎŻÖǪỔỜǾṘ" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 715 ( -- int32 ) "çñaáàâ" ( -- utf8str¢ ) toupper ( utf8str¢ -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "ÇÑAÁÀÂ" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 717 ( -- int32 ) NULL ( -- void* ) tolower ( utf8str¢ -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 718 ( -- int32 ) "" ( -- utf8str¢ ) tolower ( utf8str¢ -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 719 ( -- int32 ) "ABCDE12345,.-{ }" ( -- utf8str¢ ) tolower ( utf8str¢ -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "abcde12345,.-{ }" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 720 ( -- int32 ) "FÜßE" ( -- utf8str¢ ) tolower ( utf8str¢ -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "füße" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 721 ( -- int32 ) "ÜBER ÄLTERE ÖFTERS LÄSTERN" ( -- utf8str¢ ) tolower ( utf8str¢ -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "über ältere öfters lästern" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 722 ( -- int32 ) "ÇÑAÁÀÂ" ( -- utf8str¢ ) tolower ( utf8str¢ -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "çñaáàâ" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 723 ( -- int32 ) "ṰŪȔṴỪƲẊẎŻÖǪỔỜǾṘ" ( -- utf8str¢ ) tolower ( utf8str¢ -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "ṱūȕṵừʋẋẏżöǫổờǿṙ" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) 724 ( -- int32 ) "CHINATOWN" ( -- utf8str¢ ) tolower ( utf8str¢ -- utf8str ) dup2r ( utf8str -- utf8str¢ ) "chinatown" ( -- utf8str¢ ) call test ( int32, utf8str¢, utf8str¢ ) fromr ( -- utf8str ) dispose ( utf8str -- ) local scope ANON { } local scope ANON { } local scope ANON { } local scope ANON { } local scope ANON { } local scope ANON { } local scope ANON { } local scope ANON { } local scope ANON { } local scope ANON { } } }