Revision 87

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 ('a'1)('b'2)('c'3)('d'4'c')=>x;
x %\% %**$;
Seq[R1C3:K]
[1]Seq[R1C4:K]
*[1]String[R2C1:C]a
*[2]String[R2C1:C]b
*[3]String[R2C1:C]c
*[4]String[R2C1:C]d
[2]Seq[R1C4:K]
*[1]Num[R2C1:I]1
*[2]Num[R2C1:I]2
*[3]Num[R2C1:I]3
*[4]Num[R2C1:I]4
[3]Seq[R1C4:K]
*[1]Nil[R1C1:*]
*[2]Nil[R1C1:*]
*[3]Nil[R1C1:*]
*[4]String[R2C1:C]c
  (1. 2 3)(4 5) %\% %**$; Seq[R1C3:K]
[1]Num[R1C2:F]1 4
[2]Num[R1C2:F]2 5
[3]Num[R1C2:F]3 Nil
  ('abcd')('12345')('xyz')%\% %**$; Seq[R1C5:K]
[1]String[R1C3:C]a1x
[2]String[R1C3:C]b2y
[3]String[R1C3:C]c3z
[4]String[R1C3:C]d4
[5]String[R1C3:C] 5