Revision 83

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 10=>i;
'<1>:' 'S:'(i*)'; V:'(i)$;
{{
'<2>:' 'S:'(i*)'; V:'(i)$;
  i+20=>i;
'<3>:' 'S:'(i*)'; V:'(i)$;
}};
'<4>:' 'S:'(i*)'; V:'(i)$;
<1>:S:0; V:10
<2>:S:2; V:10
<3>:S:0; V:30
<4>:S:0; V:10
Commentary 10=>i;
'<1>:' 'S:'(i*)'; V:'(i)$;
{
'<2>:' 'S:'(i*)'; V:'(i)$;
  i+20=>i;
'<3>:' 'S:'(i*)'; V:'(i)$;
};
'<4>:' 'S:'(i*)'; V:'(i)$;
<1>:S:0; V:10
<2>:S:1; V:10
<3>:S:1; V:30
<4>:S:0; V:30
Commentary 10=>i;
'<1>:' 'S:'(i*)'; V:'(i)$;
i@[.i]
{
'<2>:' 'S:'(i*)'; V:'(i)(i^@)$;
  {
'<3>:' 'S:'(i*)'; V:'(i)(i^@)$;
  i+20=>i;
'<4>:' 'S:'(i*)'; V:'(i)(i^@)$;
  }
};
'<5>:' 'S:'(i*)'; V:'(i)$;
<1>:S:0; V:10
<2>:S:0; V:i@10
<3>:S:1; V:i@10
<4>:S:1; V:i@30
<5>:S:0; V:30