Revision 95

This is my regression reference for older stuff in revision and new stuff in experimentation aligned to upload version number. As I work on new features and correct problems with old ones, I collect my test cases here. They become part of my regression testing as well as notes of documentation I must complete.

Commentary Code Result
Commentary #uuid =>uuid;
'<1:Hex>'$;(uuid:hex) $;
'<2:Bit>'$;(uuid %%% 0 %**)$;
'<3:Ascii>'$;(uuid %%% 1 %**)$;
'<4:Short>'$;(uuid %%% 2 %**)$;
'<5:Long>'$;(uuid %%% _4 %**)$;
<1:Hex>
‚.ß(0ù—G¿’v§8\Ã
81D23F948B97A35C
2DF80977FF2678C3
<2:Bit>
Bit[R1C128:B]10000010 00011101 11011111 00101000 00110000 11111001 10010111 01000111 10001111 10111111 10010010 01110110 10100111 00111000 01011100 11000011
<3:Ascii>
Num[R1C16:I]130 29 223 40 48 249 151 71 143 191 146 118 167 56 92 195
<4:Short>
Num[R1C8:I]7554 10463 63792 18327 49039 30354 14503 50012
<5:Long>
Num[R1C4:I]685710722 1201142064 1989328783 _1017366361
Commentary 2 $' simple look'$;
1 $' simple and ' 1 $**'verbose look';
2
2 simple look
1
Seq[R1C3:K]
[1]Num[R1C1:I]1
[2]String[R1C12:C] simple and
[3]Num[R2C1:I]1