-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgyges_col.unit
945 lines (845 loc) · 250 KB
/
gyges_col.unit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
#!/usr/local/bin/koios
# koios-polos (axis of heaven) unit testing meta-language
#23456789-12 123456789-123456789-123456789-12345 123456789-123456789-123456 123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789- 123456789- 123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789- 123456789-123456789-
#==(verb)=== ===========(description)=========== =====(function)=========== ========================(arguments)================================================================= ==(test)== ==========================(results)================================================================= ========(var)=======
PREP include the prototype headers - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
incl include public header gyges.h - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#23456789-12 123456789-123456789-123456789-12345 123456789-123456789-123456 123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789- 123456789- 123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789- 123456789-123456789-
#==(verb)=== ===========(description)=========== =====(function)=========== ========================(arguments)================================================================= ==(test)== ==========================(results)================================================================= ========(var)=======
SCRP (COL) verify direct column creation and deletion 0s create COL__ensure, COL__new, COL__free ((01.---)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
COND verify program setup - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((01.001)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec setup the program PROG__unit_quiet i_equal 0
local create working/return variables - - - - - - - - - - - - - tNODE *x_1st = NULL;
local create working/return variables - - - - - - - - - - - - - tNODE *x_2nd = NULL;
local create working/return variables - - - - - - - - - - - - - tNODE *x_3rd = NULL;
local create working/return variables - - - - - - - - - - - - - tNODE *x_4th = NULL;
local create working/return variables - - - - - - - - - - - - - tNODE *x_5th = NULL;
local create working/return variables - - - - - - - - - - - - - tNODE *x_curr = NULL;
local create working/return variables - - - - - - - - - - - - - tTAB *x_tab = NULL;
COND create a set of tabs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((01.002)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec add tab by abbreviation yKEYS_string ":umake·G¦" i_equal 0
exec add tab by abbreviation yKEYS_string ":umake·H¦" i_equal 0
exec add tab by abbreviation yKEYS_string ":umake·T¦" i_equal 0
get ... check entry TAB__unit "entry" , 16 s_equal TAB entry (G) : giraffe····· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···0c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check entry TAB__unit "entry" , 17 s_equal TAB entry (H) : hippo······· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···0c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check entry TAB__unit "entry" , 29 s_equal TAB entry (T) : tortoise···· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···0c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
COND create a new column - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((01.003)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec get a tab pointer TAB_pointer &x_tab , 17 i_equal 0
exec add a column COL__ensure &x_1st , x_tab, 3 i_equal 0
get ... check tab TAB__unit "entry" , 16 s_equal TAB entry (G) : giraffe····· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···0c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check columns COL__unit "counts" , 16, 0 s_equal COL counts (G) : ( 0) - - - - - - - - - - - - - - - - - - - -
get ... check tab TAB__unit "entry" , 17 s_equal TAB entry (H) : hippo······· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···1c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check columns COL__unit "counts" , 17, 0 s_equal COL counts (H) : ( 1) - - - 0 - - - - - - - - - - - - - - - -
get ... check tab TAB__unit "entry" , 29 s_equal TAB entry (T) : tortoise···· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···0c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check columns COL__unit "counts" , 29, 0 s_equal COL counts (T) : ( 0) - - - - - - - - - - - - - - - - - - - -
get ... check col details COL__unit "details" , 17, 2 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 3 s_equal COL details (H) : H 3=3 ·d 8s 0c 0f 0b []
get ... check col details COL__unit "details" , 17, 4 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 5 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 6 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 15 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 29, 3 s_equal COL details (T) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 29, 4 s_equal COL details (T) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 29, 5 s_equal COL details (T) : - -=- -- -s -c -f -b []
COND attempt to add the same column - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((01.004)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec get a tab pointer TAB_pointer &x_tab , 17 i_equal 0
exec add a column COL__ensure &x_2nd , x_tab, 3 i_equal 1
get ... check tab TAB__unit "entry" , 16 s_equal TAB entry (G) : giraffe····· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···0c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check columns COL__unit "counts" , 16, 0 s_equal COL counts (G) : ( 0) - - - - - - - - - - - - - - - - - - - -
get ... check tab TAB__unit "entry" , 17 s_equal TAB entry (H) : hippo······· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···1c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check columns COL__unit "counts" , 17, 0 s_equal COL counts (H) : ( 1) - - - 0 - - - - - - - - - - - - - - - -
get ... check tab TAB__unit "entry" , 29 s_equal TAB entry (T) : tortoise···· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···0c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check columns COL__unit "counts" , 29, 0 s_equal COL counts (T) : ( 0) - - - - - - - - - - - - - - - - - - - -
get ... check col details COL__unit "details" , 17, 2 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 3 s_equal COL details (H) : H 3=3 ·d 8s 0c 0f 0b []
get ... check col details COL__unit "details" , 17, 4 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 5 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 6 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 15 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 29, 3 s_equal COL details (T) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 29, 4 s_equal COL details (T) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 29, 5 s_equal COL details (T) : - -=- -- -s -c -f -b []
COND create a new column - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((01.005)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec get a tab pointer TAB_pointer &x_tab , 17 i_equal 0
exec add a column COL__ensure &x_2nd , x_tab, 5 i_equal 0
get ... check tab TAB__unit "entry" , 16 s_equal TAB entry (G) : giraffe····· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···0c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check columns COL__unit "counts" , 16, 0 s_equal COL counts (G) : ( 0) - - - - - - - - - - - - - - - - - - - -
get ... check tab TAB__unit "entry" , 17 s_equal TAB entry (H) : hippo······· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···2c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check columns COL__unit "counts" , 17, 0 s_equal COL counts (H) : ( 2) - - - 0 - 0 - - - - - - - - - - - - - -
get ... check tab TAB__unit "entry" , 29 s_equal TAB entry (T) : tortoise···· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···0c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check columns COL__unit "counts" , 29, 0 s_equal COL counts (T) : ( 0) - - - - - - - - - - - - - - - - - - - -
get ... check col details COL__unit "details" , 17, 2 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 3 s_equal COL details (H) : H 3=3 ·d 8s 0c 0f 0b []
get ... check col details COL__unit "details" , 17, 4 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 5 s_equal COL details (H) : H 5=5 ·f 8s 0c 0f 0b []
get ... check col details COL__unit "details" , 17, 6 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 15 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 29, 3 s_equal COL details (T) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 29, 4 s_equal COL details (T) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 29, 5 s_equal COL details (T) : - -=- -- -s -c -f -b []
COND create a new column on a different tab - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((01.006)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec get a tab pointer TAB_pointer &x_tab , 29 i_equal 0
exec add a column COL__ensure &x_3rd , x_tab, 4 i_equal 0
get ... check tab TAB__unit "entry" , 16 s_equal TAB entry (G) : giraffe····· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···0c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check columns COL__unit "counts" , 16, 0 s_equal COL counts (G) : ( 0) - - - - - - - - - - - - - - - - - - - -
get ... check tab TAB__unit "entry" , 17 s_equal TAB entry (H) : hippo······· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···2c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check columns COL__unit "counts" , 17, 0 s_equal COL counts (H) : ( 2) - - - 0 - 0 - - - - - - - - - - - - - -
get ... check tab TAB__unit "entry" , 29 s_equal TAB entry (T) : tortoise···· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···1c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check columns COL__unit "counts" , 29, 0 s_equal COL counts (T) : ( 1) - - - - 0 - - - - - - - - - - - - - - -
get ... check col details COL__unit "details" , 17, 2 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 3 s_equal COL details (H) : H 3=3 ·d 8s 0c 0f 0b []
get ... check col details COL__unit "details" , 17, 4 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 5 s_equal COL details (H) : H 5=5 ·f 8s 0c 0f 0b []
get ... check col details COL__unit "details" , 17, 6 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 15 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 29, 3 s_equal COL details (T) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 29, 4 s_equal COL details (T) : T 4=4 ·e 8s 0c 0f 0b []
get ... check col details COL__unit "details" , 29, 5 s_equal COL details (T) : - -=- -- -s -c -f -b []
COND create a new column on original tab - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((01.007)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec get a tab pointer TAB_pointer &x_tab , 17 i_equal 0
exec add a column COL__ensure &x_4th , x_tab, 15 i_equal 0
get ... check tab TAB__unit "entry" , 16 s_equal TAB entry (G) : giraffe····· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···0c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check columns COL__unit "counts" , 16, 0 s_equal COL counts (G) : ( 0) - - - - - - - - - - - - - - - - - - - -
get ... check tab TAB__unit "entry" , 17 s_equal TAB entry (H) : hippo······· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···3c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check columns COL__unit "counts" , 17, 0 s_equal COL counts (H) : ( 3) - - - 0 - 0 - - - - - - - - - 0 - - - -
get ... check tab TAB__unit "entry" , 29 s_equal TAB entry (T) : tortoise···· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···1c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check columns COL__unit "counts" , 29, 0 s_equal COL counts (T) : ( 1) - - - - 0 - - - - - - - - - - - - - - -
get ... check col details COL__unit "details" , 17, 2 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 3 s_equal COL details (H) : H 3=3 ·d 8s 0c 0f 0b []
get ... check col details COL__unit "details" , 17, 4 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 5 s_equal COL details (H) : H 5=5 ·f 8s 0c 0f 0b []
get ... check col details COL__unit "details" , 17, 6 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 15 s_equal COL details (H) : H 15=15 ·p 8s 0c 0f 0b []
get ... check col details COL__unit "details" , 29, 3 s_equal COL details (T) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 29, 4 s_equal COL details (T) : T 4=4 ·e 8s 0c 0f 0b []
get ... check col details COL__unit "details" , 29, 5 s_equal COL details (T) : - -=- -- -s -c -f -b []
COND remove middle column - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((01.008)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec remove a column COL__free &x_2nd i_equal 0
get ... check tab TAB__unit "entry" , 16 s_equal TAB entry (G) : giraffe····· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···0c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check columns COL__unit "counts" , 16, 0 s_equal COL counts (G) : ( 0) - - - - - - - - - - - - - - - - - - - -
get ... check tab TAB__unit "entry" , 17 s_equal TAB entry (H) : hippo······· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···2c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check columns COL__unit "counts" , 17, 0 s_equal COL counts (H) : ( 2) - - - 0 - - - - - - - - - - - 0 - - - -
get ... check tab TAB__unit "entry" , 29 s_equal TAB entry (T) : tortoise···· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···1c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check columns COL__unit "counts" , 29, 0 s_equal COL counts (T) : ( 1) - - - - 0 - - - - - - - - - - - - - - -
get ... check col details COL__unit "details" , 17, 2 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 3 s_equal COL details (H) : H 3=3 ·d 8s 0c 0f 0b []
get ... check col details COL__unit "details" , 17, 4 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 5 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 6 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 15 s_equal COL details (H) : H 15=15 ·p 8s 0c 0f 0b []
get ... check col details COL__unit "details" , 29, 3 s_equal COL details (T) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 29, 4 s_equal COL details (T) : T 4=4 ·e 8s 0c 0f 0b []
get ... check col details COL__unit "details" , 29, 5 s_equal COL details (T) : - -=- -- -s -c -f -b []
COND remove the tail column - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((01.009)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec remove a column COL__free &x_4th i_equal 0
get ... check tab TAB__unit "entry" , 16 s_equal TAB entry (G) : giraffe····· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···0c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check columns COL__unit "counts" , 16, 0 s_equal COL counts (G) : ( 0) - - - - - - - - - - - - - - - - - - - -
get ... check tab TAB__unit "entry" , 17 s_equal TAB entry (H) : hippo······· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···1c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check columns COL__unit "counts" , 17, 0 s_equal COL counts (H) : ( 1) - - - 0 - - - - - - - - - - - - - - - -
get ... check tab TAB__unit "entry" , 29 s_equal TAB entry (T) : tortoise···· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···1c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check columns COL__unit "counts" , 29, 0 s_equal COL counts (T) : ( 1) - - - - 0 - - - - - - - - - - - - - - -
get ... check col details COL__unit "details" , 17, 2 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 3 s_equal COL details (H) : H 3=3 ·d 8s 0c 0f 0b []
get ... check col details COL__unit "details" , 17, 4 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 5 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 6 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 15 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 29, 3 s_equal COL details (T) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 29, 4 s_equal COL details (T) : T 4=4 ·e 8s 0c 0f 0b []
get ... check col details COL__unit "details" , 29, 5 s_equal COL details (T) : - -=- -- -s -c -f -b []
COND remove the only column - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((01.010)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec remove a column COL__free &x_3rd i_equal 0
get ... check tab TAB__unit "entry" , 16 s_equal TAB entry (G) : giraffe····· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···0c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check columns COL__unit "counts" , 16, 0 s_equal COL counts (G) : ( 0) - - - - - - - - - - - - - - - - - - - -
get ... check tab TAB__unit "entry" , 17 s_equal TAB entry (H) : hippo······· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···1c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check columns COL__unit "counts" , 17, 0 s_equal COL counts (H) : ( 1) - - - 0 - - - - - - - - - - - - - - - -
get ... check tab TAB__unit "entry" , 29 s_equal TAB entry (T) : tortoise···· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···0c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check columns COL__unit "counts" , 29, 0 s_equal COL counts (T) : ( 0) - - - - - - - - - - - - - - - - - - - -
get ... check col details COL__unit "details" , 17, 2 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 3 s_equal COL details (H) : H 3=3 ·d 8s 0c 0f 0b []
get ... check col details COL__unit "details" , 17, 4 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 5 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 6 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 15 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 29, 3 s_equal COL details (T) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 29, 4 s_equal COL details (T) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 29, 5 s_equal COL details (T) : - -=- -- -s -c -f -b []
COND verify program teardown - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((01.011)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec wrap-up the program PROG__unit_end i_equal 0
#23456789-12 123456789-123456789-123456789-12345 123456789-123456789-123456 123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789- 123456789- 123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789- 123456789-123456789-
#==(verb)=== ===========(description)=========== =====(function)=========== ========================(arguments)================================================================= ==(test)== ==========================(results)================================================================= ========(var)=======
SCRP (COL) verify searching and cursoring 0s search ((02.---)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
COND verify program setup - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((02.001)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec setup the program PROG__unit_quiet i_equal 0
local create working/return variables - - - - - - - - - - - - - tNODE *x_1st = NULL;
local create working/return variables - - - - - - - - - - - - - tNODE *x_2nd = NULL;
local create working/return variables - - - - - - - - - - - - - tNODE *x_3rd = NULL;
local create working/return variables - - - - - - - - - - - - - tNODE *x_4th = NULL;
local create working/return variables - - - - - - - - - - - - - tNODE *x_5th = NULL;
local create working/return variables - - - - - - - - - - - - - tNODE *x_curr = NULL;
local create working/return variables - - - - - - - - - - - - - tTAB *x_tab = NULL;
COND create a set of tabs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((02.002)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec add tab by abbreviation yKEYS_string ":umake·G¦" i_equal 0
exec add tab by abbreviation yKEYS_string ":umake·H¦" i_equal 0
exec add tab by abbreviation yKEYS_string ":umake·T¦" i_equal 0
get ... check entry TAB__unit "entry" , 16 s_equal TAB entry (G) : giraffe····· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···0c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check entry TAB__unit "entry" , 17 s_equal TAB entry (H) : hippo······· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···0c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check entry TAB__unit "entry" , 29 s_equal TAB entry (T) : tortoise···· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···0c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
COND create a set of cols - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((02.003)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec get a tab pointer TAB_pointer &x_tab , 17 i_equal 0
exec add a column COL__ensure &x_1st , x_tab, 3 i_equal 0
exec add a column COL__ensure &x_2nd , x_tab, 5 i_equal 0
exec add a column COL__ensure &x_4th , x_tab, 15 i_equal 0
exec get a tab pointer TAB_pointer &x_tab , 29 i_equal 0
exec add a column COL__ensure &x_3rd , x_tab, 4 i_equal 0
get ... check tab TAB__unit "entry" , 16 s_equal TAB entry (G) : giraffe····· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···0c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check tab TAB__unit "entry" , 17 s_equal TAB entry (H) : hippo······· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···3c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check tab TAB__unit "entry" , 29 s_equal TAB entry (T) : tortoise···· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···1c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
COND cursor forward - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((02.004)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec get a tab pointer TAB_pointer &x_tab , 17 i_equal 0
exec goto head COL__by_cursor &x_curr , x_tab, '[' i_equal 0
get ... check current COL__unit "current" , 17, 0 s_equal COL current (H) : H 3=3 ·d 8s 0c 0f 0b []
exec go next COL__by_cursor &x_curr , x_tab, '>' i_equal 0
get ... check current COL__unit "current" , 17, 0 s_equal COL current (H) : H 5=5 ·f 8s 0c 0f 0b []
exec go next COL__by_cursor &x_curr , x_tab, '>' i_equal 0
get ... check current COL__unit "current" , 17, 0 s_equal COL current (H) : H 15=15 ·p 8s 0c 0f 0b []
exec go next (past end) COL__by_cursor &x_curr , x_tab, '>' i_lesser 0
get ... check current COL__unit "current" , 17, 0 s_equal COL current (H) : - -=- -- -s -c -f -b []
COND cursor backwards - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((02.005)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec get a tab pointer TAB_pointer &x_tab , 17 i_equal 0
exec goto tail COL__by_cursor &x_curr , x_tab, ']' i_equal 0
get ... check current COL__unit "current" , 17, 0 s_equal COL current (H) : H 15=15 ·p 8s 0c 0f 0b []
exec go prev COL__by_cursor &x_curr , x_tab, '<' i_equal 0
get ... check current COL__unit "current" , 17, 0 s_equal COL current (H) : H 5=5 ·f 8s 0c 0f 0b []
exec go prev COL__by_cursor &x_curr , x_tab, '<' i_equal 0
get ... check current COL__unit "current" , 17, 0 s_equal COL current (H) : H 3=3 ·d 8s 0c 0f 0b []
exec go prev (past beg) COL__by_cursor &x_curr , x_tab, '<' i_lesser 0
get ... check current COL__unit "current" , 17, 0 s_equal COL current (H) : - -=- -- -s -c -f -b []
COND cursor on empty tab - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((02.006)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec get a tab pointer TAB_pointer &x_tab , 16 i_equal 0
exec goto head COL__by_cursor &x_curr , x_tab, '[' i_lesser 0
get ... check current COL__unit "current" , 16, 0 s_equal COL current (G) : - -=- -- -s -c -f -b []
exec go next COL__by_cursor &x_curr , x_tab, '>' i_lesser 0
get ... check current COL__unit "current" , 16, 0 s_equal COL current (G) : - -=- -- -s -c -f -b []
exec goto tail COL__by_cursor &x_curr , x_tab, ']' i_lesser 0
get ... check current COL__unit "current" , 16, 0 s_equal COL current (G) : - -=- -- -s -c -f -b []
exec go prev COL__by_cursor &x_curr , x_tab, '<' i_lesser 0
get ... check current COL__unit "current" , 16, 0 s_equal COL current (G) : - -=- -- -s -c -f -b []
COND find a specific column, and cursor from there - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((02.007)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec get a tab pointer TAB_pointer &x_tab , 17 i_equal 0
exec goto specific col COL__by_index &x_curr , x_tab, 5 i_equal 0
get ... check current COL__unit "current" , 17, 0 s_equal COL current (H) : H 5=5 ·f 8s 0c 0f 0b []
exec go next COL__by_cursor &x_curr , x_tab, '>' i_equal 0
get ... check current COL__unit "current" , 17, 0 s_equal COL current (H) : H 15=15 ·p 8s 0c 0f 0b []
exec go prev COL__by_cursor &x_curr , x_tab, '<' i_equal 0
get ... check current COL__unit "current" , 17, 0 s_equal COL current (H) : H 5=5 ·f 8s 0c 0f 0b []
exec go prev COL__by_cursor &x_curr , x_tab, '<' i_equal 0
get ... check current COL__unit "current" , 17, 0 s_equal COL current (H) : H 3=3 ·d 8s 0c 0f 0b []
COND verify program teardown - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((02.008)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec wrap-up the program PROG__unit_end i_equal 0
#23456789-12 123456789-123456789-123456789-12345 123456789-123456789-123456 123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789- 123456789- 123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789- 123456789-123456789-
#==(verb)=== ===========(description)=========== =====(function)=========== ========================(arguments)================================================================= ==(test)== ==========================(results)================================================================= ========(var)=======
SCRP (COL) verify direct column hooking and unhooking 0s hook COL_hook_cell, COL_unhook_cell ((03.---)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
COND verify program setup - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((03.001)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec setup the program PROG__unit_quiet i_equal 0
exec purge the cells PROG__unit_cleanse i_pass 0
local create working/return variables - - - - - - - - - - - - - tCELL *x_1st = NULL;
local create working/return variables - - - - - - - - - - - - - tCELL *x_2nd = NULL;
local create working/return variables - - - - - - - - - - - - - tCELL *x_3rd = NULL;
local create working/return variables - - - - - - - - - - - - - tCELL *x_4th = NULL;
local create working/return variables - - - - - - - - - - - - - tCELL *x_5th = NULL;
local create working/return variables - - - - - - - - - - - - - tTAB *x_tab = NULL;
COND create a set of tabs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((03.002)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec add tab by abbreviation yKEYS_string ":umake·G¦" i_equal 0
exec add tab by abbreviation yKEYS_string ":umake·H¦" i_equal 0
exec add tab by abbreviation yKEYS_string ":umake·T¦" i_equal 0
get ... check tab TAB__unit "entry" , 16 s_equal TAB entry (G) : giraffe····· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···0c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check tab TAB__unit "entry" , 17 s_equal TAB entry (H) : hippo······· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···0c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check tab TAB__unit "entry" , 29 s_equal TAB entry (T) : tortoise···· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···0c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
COND create a new cells (linked, but unhooked) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((03.003)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec new cell CELL__new &x_1st , 'y' i_equal 0
echo ...check cell - - - - - - - - - - - - - x_1st p_exists 0
exec new cell CELL__new &x_2nd , 'y' i_equal 0
echo ...check cell - - - - - - - - - - - - - x_2nd p_exists 0
exec new cell CELL__new &x_3rd , 'y' i_equal 0
echo ...check cell - - - - - - - - - - - - - x_3rd p_exists 0
exec new cell CELL__new &x_4th , 'y' i_equal 0
echo ...check cell - - - - - - - - - - - - - x_4th p_exists 0
exec new cell CELL__new &x_5th , 'y' i_equal 0
echo ...check cell - - - - - - - - - - - - - x_5th p_exists 0
get ... check cell counts CELL__unit_better "n_count" , NULL , NULL , -1 s_equal CELLb count : 6a, 5n, 5f, 5b
COND hook one to the a column - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((03.004)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec get a tab pointer TAB_pointer &x_tab , 17 i_equal 0
exec add to a column COL_hook_cell x_tab, 3, 3, x_1st i_equal 0
get ... check tab TAB__unit "entry" , 16 s_equal TAB entry (G) : giraffe····· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···0c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check columns COL__unit "counts" , 16, 0 s_equal COL counts (G) : ( 0) - - - - - - - - - - - - - - - - - - - -
get ... check tab TAB__unit "entry" , 17 s_equal TAB entry (H) : hippo······· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···1c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check columns COL__unit "counts" , 17, 0 s_equal COL counts (H) : ( 1) - - - 1 - - - - - - - - - - - - - - - -
get ... check tab TAB__unit "entry" , 29 s_equal TAB entry (T) : tortoise···· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···0c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check columns COL__unit "counts" , 29, 0 s_equal COL counts (T) : ( 0) - - - - - - - - - - - - - - - - - - - -
code assign cells coords (manually) - - - - - - - - - - - - - x_1st->tab = 17; x_1st->row = 3;
get ... check col details COL__unit "details" , 17, 2 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 3 s_equal COL details (H) : H 3=3 ·d 8s 1c 1f 1b [3]
get ... check col details COL__unit "details" , 17, 4 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 5 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 6 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check cell x_1st CELL__unit_better "p_source" , x_1st , NULL , -1 s_equal CELLb source : y ¬¬¬¬¬¬¬¬ 17t 3c 3r ¬¬¬¬¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check cell x_2nd CELL__unit_better "p_source" , x_2nd , NULL , -1 s_equal CELLb source : y ¬¬¬¬¬¬¬¬ -t -c -r ¬¬¬¬¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check cell x_3rd CELL__unit_better "p_source" , x_3rd , NULL , -1 s_equal CELLb source : y ¬¬¬¬¬¬¬¬ -t -c -r ¬¬¬¬¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check cell x_4th CELL__unit_better "p_source" , x_4th , NULL , -1 s_equal CELLb source : y ¬¬¬¬¬¬¬¬ -t -c -r ¬¬¬¬¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check cell x_5th CELL__unit_better "p_source" , x_5th , NULL , -1 s_equal CELLb source : y ¬¬¬¬¬¬¬¬ -t -c -r ¬¬¬¬¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
COND hook one in the same column - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((03.005)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec get a tab pointer TAB_pointer &x_tab , 17 i_equal 0
exec add to a column COL_hook_cell x_tab, 3, 10, x_2nd i_equal 0
get ... check tab TAB__unit "entry" , 16 s_equal TAB entry (G) : giraffe····· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···0c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check columns COL__unit "counts" , 16, 0 s_equal COL counts (G) : ( 0) - - - - - - - - - - - - - - - - - - - -
get ... check tab TAB__unit "entry" , 17 s_equal TAB entry (H) : hippo······· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···1c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check columns COL__unit "counts" , 17, 0 s_equal COL counts (H) : ( 1) - - - 2 - - - - - - - - - - - - - - - -
get ... check tab TAB__unit "entry" , 29 s_equal TAB entry (T) : tortoise···· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···0c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check columns COL__unit "counts" , 29, 0 s_equal COL counts (T) : ( 0) - - - - - - - - - - - - - - - - - - - -
code assign cells coords (manually) - - - - - - - - - - - - - x_2nd->tab = 17; x_2nd->row = 10;
get ... check col details COL__unit "details" , 17, 2 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 3 s_equal COL details (H) : H 3=3 ·d 8s 2c 2f 2b [3,10]
get ... check col details COL__unit "details" , 17, 4 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 5 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 6 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check cell x_1st CELL__unit_better "p_source" , x_1st , NULL , -1 s_equal CELLb source : y ¬¬¬¬¬¬¬¬ 17t 3c 3r ¬¬¬¬¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check cell x_2nd CELL__unit_better "p_source" , x_2nd , NULL , -1 s_equal CELLb source : y ¬¬¬¬¬¬¬¬ 17t 3c 10r ¬¬¬¬¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check cell x_3rd CELL__unit_better "p_source" , x_3rd , NULL , -1 s_equal CELLb source : y ¬¬¬¬¬¬¬¬ -t -c -r ¬¬¬¬¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check cell x_4th CELL__unit_better "p_source" , x_4th , NULL , -1 s_equal CELLb source : y ¬¬¬¬¬¬¬¬ -t -c -r ¬¬¬¬¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check cell x_5th CELL__unit_better "p_source" , x_5th , NULL , -1 s_equal CELLb source : y ¬¬¬¬¬¬¬¬ -t -c -r ¬¬¬¬¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
COND hook one in a different column - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((03.006)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec get a tab pointer TAB_pointer &x_tab , 17 i_equal 0
exec add to a column COL_hook_cell x_tab, 5, 6, x_3rd i_equal 0
get ... check tab TAB__unit "entry" , 16 s_equal TAB entry (G) : giraffe····· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···0c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check columns COL__unit "counts" , 16, 0 s_equal COL counts (G) : ( 0) - - - - - - - - - - - - - - - - - - - -
get ... check tab TAB__unit "entry" , 17 s_equal TAB entry (H) : hippo······· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···2c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check columns COL__unit "counts" , 17, 0 s_equal COL counts (H) : ( 2) - - - 2 - 1 - - - - - - - - - - - - - -
get ... check tab TAB__unit "entry" , 29 s_equal TAB entry (T) : tortoise···· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···0c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check columns COL__unit "counts" , 29, 0 s_equal COL counts (T) : ( 0) - - - - - - - - - - - - - - - - - - - -
code assign cells coords (manually) - - - - - - - - - - - - - x_3rd->tab = 17; x_3rd->row = 6;
get ... check col details COL__unit "details" , 17, 2 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 3 s_equal COL details (H) : H 3=3 ·d 8s 2c 2f 2b [3,10]
get ... check col details COL__unit "details" , 17, 4 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 5 s_equal COL details (H) : H 5=5 ·f 8s 1c 1f 1b [6]
get ... check col details COL__unit "details" , 17, 6 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check cell x_1st CELL__unit_better "p_source" , x_1st , NULL , -1 s_equal CELLb source : y ¬¬¬¬¬¬¬¬ 17t 3c 3r ¬¬¬¬¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check cell x_2nd CELL__unit_better "p_source" , x_2nd , NULL , -1 s_equal CELLb source : y ¬¬¬¬¬¬¬¬ 17t 3c 10r ¬¬¬¬¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check cell x_3rd CELL__unit_better "p_source" , x_3rd , NULL , -1 s_equal CELLb source : y ¬¬¬¬¬¬¬¬ 17t 5c 6r ¬¬¬¬¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check cell x_4th CELL__unit_better "p_source" , x_4th , NULL , -1 s_equal CELLb source : y ¬¬¬¬¬¬¬¬ -t -c -r ¬¬¬¬¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check cell x_5th CELL__unit_better "p_source" , x_5th , NULL , -1 s_equal CELLb source : y ¬¬¬¬¬¬¬¬ -t -c -r ¬¬¬¬¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
COND attempt to put in an occupied spot - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((03.007)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec get a tab pointer TAB_pointer &x_tab , 17 i_equal 0
exec add to a column COL_hook_cell x_tab, 3, 3, x_4th i_lesser 0
get ... check tab TAB__unit "entry" , 16 s_equal TAB entry (G) : giraffe····· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···0c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check columns COL__unit "counts" , 16, 0 s_equal COL counts (G) : ( 0) - - - - - - - - - - - - - - - - - - - -
get ... check tab TAB__unit "entry" , 17 s_equal TAB entry (H) : hippo······· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···2c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check columns COL__unit "counts" , 17, 0 s_equal COL counts (H) : ( 2) - - - 2 - 1 - - - - - - - - - - - - - -
get ... check tab TAB__unit "entry" , 29 s_equal TAB entry (T) : tortoise···· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···0c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check columns COL__unit "counts" , 29, 0 s_equal COL counts (T) : ( 0) - - - - - - - - - - - - - - - - - - - -
get ... check col details COL__unit "details" , 17, 2 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 3 s_equal COL details (H) : H 3=3 ·d 8s 2c 2f 2b [3,10]
get ... check col details COL__unit "details" , 17, 4 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 5 s_equal COL details (H) : H 5=5 ·f 8s 1c 1f 1b [6]
get ... check col details COL__unit "details" , 17, 6 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check cell x_1st CELL__unit_better "p_source" , x_1st , NULL , -1 s_equal CELLb source : y ¬¬¬¬¬¬¬¬ 17t 3c 3r ¬¬¬¬¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check cell x_2nd CELL__unit_better "p_source" , x_2nd , NULL , -1 s_equal CELLb source : y ¬¬¬¬¬¬¬¬ 17t 3c 10r ¬¬¬¬¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check cell x_3rd CELL__unit_better "p_source" , x_3rd , NULL , -1 s_equal CELLb source : y ¬¬¬¬¬¬¬¬ 17t 5c 6r ¬¬¬¬¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check cell x_4th CELL__unit_better "p_source" , x_4th , NULL , -1 s_equal CELLb source : y ¬¬¬¬¬¬¬¬ -t -c -r ¬¬¬¬¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check cell x_5th CELL__unit_better "p_source" , x_5th , NULL , -1 s_equal CELLb source : y ¬¬¬¬¬¬¬¬ -t -c -r ¬¬¬¬¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
COND hook into the original column (between) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((03.008)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec get a tab pointer TAB_pointer &x_tab , 17 i_equal 0
exec add to a column COL_hook_cell x_tab, 3, 7, x_4th i_equal 0
get ... check tab TAB__unit "entry" , 16 s_equal TAB entry (G) : giraffe····· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···0c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check columns COL__unit "counts" , 16, 0 s_equal COL counts (G) : ( 0) - - - - - - - - - - - - - - - - - - - -
get ... check tab TAB__unit "entry" , 17 s_equal TAB entry (H) : hippo······· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···2c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check columns COL__unit "counts" , 17, 0 s_equal COL counts (H) : ( 2) - - - 3 - 1 - - - - - - - - - - - - - -
get ... check tab TAB__unit "entry" , 29 s_equal TAB entry (T) : tortoise···· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···0c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check columns COL__unit "counts" , 29, 0 s_equal COL counts (T) : ( 0) - - - - - - - - - - - - - - - - - - - -
code assign cells coords (manually) - - - - - - - - - - - - - x_4th->tab = 17; x_4th->row = 7;
get ... check col details COL__unit "details" , 17, 2 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 3 s_equal COL details (H) : H 3=3 ·d 8s 3c 3f 3b [3,7,10]
get ... check col details COL__unit "details" , 17, 4 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 5 s_equal COL details (H) : H 5=5 ·f 8s 1c 1f 1b [6]
get ... check col details COL__unit "details" , 17, 6 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check cell x_1st CELL__unit_better "p_source" , x_1st , NULL , -1 s_equal CELLb source : y ¬¬¬¬¬¬¬¬ 17t 3c 3r ¬¬¬¬¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check cell x_2nd CELL__unit_better "p_source" , x_2nd , NULL , -1 s_equal CELLb source : y ¬¬¬¬¬¬¬¬ 17t 3c 10r ¬¬¬¬¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check cell x_3rd CELL__unit_better "p_source" , x_3rd , NULL , -1 s_equal CELLb source : y ¬¬¬¬¬¬¬¬ 17t 5c 6r ¬¬¬¬¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check cell x_4th CELL__unit_better "p_source" , x_4th , NULL , -1 s_equal CELLb source : y ¬¬¬¬¬¬¬¬ 17t 3c 7r ¬¬¬¬¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check cell x_5th CELL__unit_better "p_source" , x_5th , NULL , -1 s_equal CELLb source : y ¬¬¬¬¬¬¬¬ -t -c -r ¬¬¬¬¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
COND hook into the original column (between) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((03.009)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec get a tab pointer TAB_pointer &x_tab , 17 i_equal 0
exec add to a column COL_hook_cell x_tab, 4, 11, x_5th i_equal 0
get ... check tab TAB__unit "entry" , 16 s_equal TAB entry (G) : giraffe····· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···0c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check columns COL__unit "counts" , 16, 0 s_equal COL counts (G) : ( 0) - - - - - - - - - - - - - - - - - - - -
get ... check tab TAB__unit "entry" , 17 s_equal TAB entry (H) : hippo······· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···3c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check columns COL__unit "counts" , 17, 0 s_equal COL counts (H) : ( 3) - - - 3 1 1 - - - - - - - - - - - - - -
get ... check tab TAB__unit "entry" , 29 s_equal TAB entry (T) : tortoise···· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···0c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check columns COL__unit "counts" , 29, 0 s_equal COL counts (T) : ( 0) - - - - - - - - - - - - - - - - - - - -
code assign cells coords (manually) - - - - - - - - - - - - - x_5th->tab = 17; x_5th->row = 11;
get ... check col details COL__unit "details" , 17, 2 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 3 s_equal COL details (H) : H 3=3 ·d 8s 3c 3f 3b [3,7,10]
get ... check col details COL__unit "details" , 17, 4 s_equal COL details (H) : H 4=4 ·e 8s 1c 1f 1b [11]
get ... check col details COL__unit "details" , 17, 5 s_equal COL details (H) : H 5=5 ·f 8s 1c 1f 1b [6]
get ... check col details COL__unit "details" , 17, 6 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check cell x_1st CELL__unit_better "p_source" , x_1st , NULL , -1 s_equal CELLb source : y ¬¬¬¬¬¬¬¬ 17t 3c 3r ¬¬¬¬¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check cell x_2nd CELL__unit_better "p_source" , x_2nd , NULL , -1 s_equal CELLb source : y ¬¬¬¬¬¬¬¬ 17t 3c 10r ¬¬¬¬¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check cell x_3rd CELL__unit_better "p_source" , x_3rd , NULL , -1 s_equal CELLb source : y ¬¬¬¬¬¬¬¬ 17t 5c 6r ¬¬¬¬¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check cell x_4th CELL__unit_better "p_source" , x_4th , NULL , -1 s_equal CELLb source : y ¬¬¬¬¬¬¬¬ 17t 3c 7r ¬¬¬¬¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check cell x_5th CELL__unit_better "p_source" , x_5th , NULL , -1 s_equal CELLb source : y ¬¬¬¬¬¬¬¬ 17t 4c 11r ¬¬¬¬¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
COND unhook cell from col - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((03.010)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec get a tab pointer TAB_pointer &x_tab , 17 i_equal 0
exec remove from column COL_unhook_cell x_1st i_equal 0
get ... check tab TAB__unit "entry" , 16 s_equal TAB entry (G) : giraffe····· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···0c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check columns COL__unit "counts" , 16, 0 s_equal COL counts (G) : ( 0) - - - - - - - - - - - - - - - - - - - -
get ... check tab TAB__unit "entry" , 17 s_equal TAB entry (H) : hippo······· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···3c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check columns COL__unit "counts" , 17, 0 s_equal COL counts (H) : ( 3) - - - 2 1 1 - - - - - - - - - - - - - -
get ... check tab TAB__unit "entry" , 29 s_equal TAB entry (T) : tortoise···· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···0c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check columns COL__unit "counts" , 29, 0 s_equal COL counts (T) : ( 0) - - - - - - - - - - - - - - - - - - - -
code assign cells coords (manually) - - - - - - - - - - - - - x_1st->tab = -1; x_1st->row = -1;
get ... check col details COL__unit "details" , 17, 2 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 3 s_equal COL details (H) : H 3=3 ·d 8s 2c 2f 2b [7,10]
get ... check col details COL__unit "details" , 17, 4 s_equal COL details (H) : H 4=4 ·e 8s 1c 1f 1b [11]
get ... check col details COL__unit "details" , 17, 5 s_equal COL details (H) : H 5=5 ·f 8s 1c 1f 1b [6]
get ... check col details COL__unit "details" , 17, 6 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check cell x_1st CELL__unit_better "p_source" , x_1st , NULL , -1 s_equal CELLb source : y ¬¬¬¬¬¬¬¬ -t -c -r ¬¬¬¬¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check cell x_2nd CELL__unit_better "p_source" , x_2nd , NULL , -1 s_equal CELLb source : y ¬¬¬¬¬¬¬¬ 17t 3c 10r ¬¬¬¬¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check cell x_3rd CELL__unit_better "p_source" , x_3rd , NULL , -1 s_equal CELLb source : y ¬¬¬¬¬¬¬¬ 17t 5c 6r ¬¬¬¬¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check cell x_4th CELL__unit_better "p_source" , x_4th , NULL , -1 s_equal CELLb source : y ¬¬¬¬¬¬¬¬ 17t 3c 7r ¬¬¬¬¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check cell x_5th CELL__unit_better "p_source" , x_5th , NULL , -1 s_equal CELLb source : y ¬¬¬¬¬¬¬¬ 17t 4c 11r ¬¬¬¬¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
COND unhook only cell from col - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((03.011)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec get a tab pointer TAB_pointer &x_tab , 17 i_equal 0
exec remove from column COL_unhook_cell x_5th i_equal 0
get ... check tab TAB__unit "entry" , 16 s_equal TAB entry (G) : giraffe····· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···0c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check columns COL__unit "counts" , 16, 0 s_equal COL counts (G) : ( 0) - - - - - - - - - - - - - - - - - - - -
get ... check tab TAB__unit "entry" , 17 s_equal TAB entry (H) : hippo······· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···2c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check columns COL__unit "counts" , 17, 0 s_equal COL counts (H) : ( 2) - - - 2 - 1 - - - - - - - - - - - - - -
get ... check tab TAB__unit "entry" , 29 s_equal TAB entry (T) : tortoise···· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···0c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check columns COL__unit "counts" , 29, 0 s_equal COL counts (T) : ( 0) - - - - - - - - - - - - - - - - - - - -
code assign cells coords (manually) - - - - - - - - - - - - - x_5th->tab = -1; x_5th->row = -1;
get ... check col details COL__unit "details" , 17, 2 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 3 s_equal COL details (H) : H 3=3 ·d 8s 2c 2f 2b [7,10]
get ... check col details COL__unit "details" , 17, 4 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 5 s_equal COL details (H) : H 5=5 ·f 8s 1c 1f 1b [6]
get ... check col details COL__unit "details" , 17, 6 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check cell x_1st CELL__unit_better "p_source" , x_1st , NULL , -1 s_equal CELLb source : y ¬¬¬¬¬¬¬¬ -t -c -r ¬¬¬¬¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check cell x_2nd CELL__unit_better "p_source" , x_2nd , NULL , -1 s_equal CELLb source : y ¬¬¬¬¬¬¬¬ 17t 3c 10r ¬¬¬¬¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check cell x_3rd CELL__unit_better "p_source" , x_3rd , NULL , -1 s_equal CELLb source : y ¬¬¬¬¬¬¬¬ 17t 5c 6r ¬¬¬¬¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check cell x_4th CELL__unit_better "p_source" , x_4th , NULL , -1 s_equal CELLb source : y ¬¬¬¬¬¬¬¬ 17t 3c 7r ¬¬¬¬¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check cell x_5th CELL__unit_better "p_source" , x_5th , NULL , -1 s_equal CELLb source : y ¬¬¬¬¬¬¬¬ -t -c -r ¬¬¬¬¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
COND verify program teardown - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((03.012)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec wrap-up the program PROG__unit_end i_equal 0
#23456789-12 123456789-123456789-123456789-12345 123456789-123456789-123456 123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789- 123456789- 123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789- 123456789-123456789-
#==(verb)=== ===========(description)=========== =====(function)=========== ========================(arguments)================================================================= ==(test)== ==========================(results)================================================================= ========(var)=======
SCRP (COL) verify column sizing and resizing 0s resize COL_size, COL_resize, COL_reset, COL_min_used, COL_max_used ((04.---)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
COND verify program setup - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((04.001)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec setup the program PROG__unit_quiet i_equal 0
COND create a set of tabs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((04.002)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec add tab by abbreviation yKEYS_string ":umake·H·hippo¦" i_equal 0
get ... check tab TAB__unit "entry" , 17 s_equal TAB entry (H) : hippo······· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···0c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check col details COL__unit "details" , 17, 0 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 1 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 2 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 3 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 4 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 5 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 6 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 7 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 8 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 9 s_equal COL details (H) : - -=- -- -s -c -f -b []
exec get size COL_size 17, 0 i_equal 8
exec ... min used COL_min_used 17 i_lesser 0
exec ... man used COL_max_used 17 i_lesser 0
exec check mundo entry yMAP_mundo_detail -1 s_equal n/a
COND widen one column - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((04.003)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec update size yKEYS_string ":xwide Ha1 12¦" i_equal 0
get ... check tab >>>> TAB__unit "entry" , 17 s_equal TAB entry (H) : hippo······· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···1c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check col details >>>> COL__unit "details" , 17, 0 s_equal COL details (H) : H 0=0 ·a 12s 0c 0f 0b []
get ... check col details COL__unit "details" , 17, 1 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 2 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 3 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 4 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 5 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 6 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 7 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 8 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 9 s_equal COL details (H) : - -=- -- -s -c -f -b []
exec get size COL_size 17, 0 i_equal 12
exec ... min used COL_min_used 17 i_equal 0
exec ... man used COL_max_used 17 i_equal 0
exec check mundo entry yMAP_mundo_detail -1 s_equal 1 > 0 [ X width Ha1 1å8æ 2å12æ
COND narrow another - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((04.004)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec update size yKEYS_string ":xwide Hb5 4¦" i_equal 0
get ... check tab >>>> TAB__unit "entry" , 17 s_equal TAB entry (H) : hippo······· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···2c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check col details COL__unit "details" , 17, 0 s_equal COL details (H) : H 0=0 ·a 12s 0c 0f 0b []
get ... check col details >>>> COL__unit "details" , 17, 1 s_equal COL details (H) : H 1=1 ·b 4s 0c 0f 0b []
get ... check col details COL__unit "details" , 17, 2 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 3 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 4 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 5 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 6 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 7 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 8 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 9 s_equal COL details (H) : - -=- -- -s -c -f -b []
exec get size COL_size 17, 1 i_equal 4
exec ... min used COL_min_used 17 i_equal 0
exec ... man used COL_max_used 17 i_equal 1
exec check mundo entry yMAP_mundo_detail -1 s_equal 2 > 1 [ X width Hb1 1å8æ 1å4æ
COND update multiple - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((04.005)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec update size yKEYS_string ":xwide···Hc5··15··3¦" i_equal 0
get ... check tab >>>> TAB__unit "entry" , 17 s_equal TAB entry (H) : hippo······· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···5c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check col details COL__unit "details" , 17, 0 s_equal COL details (H) : H 0=0 ·a 12s 0c 0f 0b []
get ... check col details >>>> COL__unit "details" , 17, 1 s_equal COL details (H) : H 1=1 ·b 4s 0c 0f 0b []
get ... check col details COL__unit "details" , 17, 2 s_equal COL details (H) : H 2=2 ·c 15s 0c 0f 0b []
get ... check col details COL__unit "details" , 17, 3 s_equal COL details (H) : H 3=3 ·d 15s 0c 0f 0b []
get ... check col details COL__unit "details" , 17, 4 s_equal COL details (H) : H 4=4 ·e 15s 0c 0f 0b []
get ... check col details COL__unit "details" , 17, 5 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 6 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 7 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 8 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 9 s_equal COL details (H) : - -=- -- -s -c -f -b []
exec get size COL_size 17, 4 i_equal 15
exec ... min used COL_min_used 17 i_equal 0
exec ... man used COL_max_used 17 i_equal 4
exec check mundo entry yMAP_mundo_detail 2 s_equal 5 · 2 [ X width Hc1 1å8æ 2å15æ
exec check mundo entry yMAP_mundo_detail 3 s_equal 5 · 3 + X ´ width Hd1 1å8æ 2å15æ
exec check mundo entry yMAP_mundo_detail 4 s_equal 5 > 4 + X ´ width He1 1å8æ 2å15æ
COND reset to default - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((04.006)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec update size yKEYS_string ":xdef···Hd5¦" i_equal 0
get ... check tab >>>> TAB__unit "entry" , 17 s_equal TAB entry (H) : hippo······· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···4c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check col details COL__unit "details" , 17, 0 s_equal COL details (H) : H 0=0 ·a 12s 0c 0f 0b []
get ... check col details >>>> COL__unit "details" , 17, 1 s_equal COL details (H) : H 1=1 ·b 4s 0c 0f 0b []
get ... check col details COL__unit "details" , 17, 2 s_equal COL details (H) : H 2=2 ·c 15s 0c 0f 0b []
get ... check col details COL__unit "details" , 17, 3 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 4 s_equal COL details (H) : H 4=4 ·e 15s 0c 0f 0b []
get ... check col details COL__unit "details" , 17, 5 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 6 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 7 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 8 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 9 s_equal COL details (H) : - -=- -- -s -c -f -b []
exec get size COL_size 17, 4 i_equal 15
exec ... min used COL_min_used 17 i_equal 0
exec ... man used COL_max_used 17 i_equal 4
exec check mundo entry yMAP_mundo_detail 5 s_equal 6 > 5 [ X width Hd1 2å15æ 1å8æ
COND reset all - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((04.007)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec update size yKEYS_string ":xreset·H¦" i_equal 0
get ... check tab TAB__unit "entry" , 17 s_equal TAB entry (H) : hippo······· f· ¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬ ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···0c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check col details COL__unit "details" , 17, 0 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 1 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 2 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 3 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 4 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 5 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 6 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 7 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 8 s_equal COL details (H) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 17, 9 s_equal COL details (H) : - -=- -- -s -c -f -b []
exec get size COL_size 17, 0 i_equal 8
exec ... min used COL_min_used 17 i_lesser 0
exec ... man used COL_max_used 17 i_lesser 0
exec check mundo entry yMAP_mundo_detail 6 s_equal 10 · 6 [ X width Ha1 2å12æ 1å8æ
exec check mundo entry yMAP_mundo_detail 7 s_equal 10 · 7 + X ´ width Hb1 1å4æ 1å8æ
exec check mundo entry yMAP_mundo_detail 8 s_equal 10 · 8 + X ´ width Hc1 2å15æ 1å8æ
exec check mundo entry yMAP_mundo_detail 9 s_equal 10 > 9 + X ´ width He1 2å15æ 1å8æ
COND verify program teardown - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((04.008)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec wrap-up the program PROG__unit_end i_equal 0
#23456789-12 123456789-123456789-123456789-12345 123456789-123456789-123456 123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789- 123456789- 123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789- 123456789-123456789-
#==(verb)=== ===========(description)=========== =====(function)=========== ========================(arguments)================================================================= ==(test)== ==========================(results)================================================================= ========(var)=======
SCRP (COL) verify basic column record reading 0s read COL_reader ((05.---)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
COND verify program setup - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((05.001)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec setup the program PROG__unit_quiet i_equal 0
exec setup yPARSE handlers api_yvikeys_handlers i_equal 0
COND create a set of tabs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((05.002)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec add tab by abbreviation yKEYS_string ":umake·0¦" i_equal 0
get ... check tab TAB__unit "entry" , 0 s_equal TAB entry (0) : mouse······· f· 0z100·· 26´100·· ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···0c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
COND review col information (defaults) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((05.003)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
get ... check tab >>>> TAB__unit "entry" , 0 s_equal TAB entry (0) : mouse······· f· 0z100·· 26´100·· ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···0c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check col details COL__unit "details" , 0, 0 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 1 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 2 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 3 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 4 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 5 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 6 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 7 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 8 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 9 s_equal COL details (0) : - -=- -- -s -c -f -b []
COND open input - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((05.004)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec open using stdin yPARSE_stdin i_equal 0
COND read a column input line - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((05.005)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec clear everything yPARSE_purge_in i_equal 0
load add a line to stdin stdin width § 0a1 § 20 § 1 §¦
exec read the record yPARSE_read NULL, NULL, NULL, NULL i_equal 4
exec call col reader COL_reader 1 , "width" i_equal 1
COND review col information - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((05.006)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
get ... check tab >>>> TAB__unit "entry" , 0 s_equal TAB entry (0) : mouse······· f· 0z100·· 26´100·· ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···1c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check col details >>>> COL__unit "details" , 0, 0 s_equal COL details (0) : 0 0=0 ·a 20s 0c 0f 0b []
get ... check col details COL__unit "details" , 0, 1 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 2 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 3 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 4 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 5 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 6 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 7 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 8 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 9 s_equal COL details (0) : - -=- -- -s -c -f -b []
COND process a multi column entry - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((05.007)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec clear everything yPARSE_purge_in i_equal 0
load add a line to stdin stdin width § 0c1 § 12 § 3 §¦
exec read the record yPARSE_read NULL, NULL, NULL, NULL i_equal 4
exec call col reader COL_reader 1 , "width" i_equal 1
COND review col information - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((05.008)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
get ... check tab >>>> TAB__unit "entry" , 0 s_equal TAB entry (0) : mouse······· f· 0z100·· 26´100·· ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···4c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check col details COL__unit "details" , 0, 0 s_equal COL details (0) : 0 0=0 ·a 20s 0c 0f 0b []
get ... check col details COL__unit "details" , 0, 1 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details >>>> COL__unit "details" , 0, 2 s_equal COL details (0) : 0 2=2 ·c 12s 0c 0f 0b []
get ... check col details >>>> COL__unit "details" , 0, 3 s_equal COL details (0) : 0 3=3 ·d 12s 0c 0f 0b []
get ... check col details >>>> COL__unit "details" , 0, 4 s_equal COL details (0) : 0 4=4 ·e 12s 0c 0f 0b []
get ... check col details COL__unit "details" , 0, 5 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 6 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 7 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 8 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 9 s_equal COL details (0) : - -=- -- -s -c -f -b []
COND process for a non-existant tab (will not force) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((05.009)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec clear everything yPARSE_purge_in i_equal 0
load add a line to stdin stdin width § 1a1 § 25 § 1 §¦
exec read the record yPARSE_read NULL, NULL, NULL, NULL i_equal 4
exec call col reader COL_reader 1 , "width" i_lesser 0
COND review col information - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((05.010)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
get ... check tab TAB__unit "entry" , 0 s_equal TAB entry (0) : mouse······· f· 0z100·· 26´100·· ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···4c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check col details COL__unit "details" , 0, 0 s_equal COL details (0) : 0 0=0 ·a 20s 0c 0f 0b []
get ... check col details COL__unit "details" , 0, 1 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 2 s_equal COL details (0) : 0 2=2 ·c 12s 0c 0f 0b []
get ... check col details COL__unit "details" , 0, 3 s_equal COL details (0) : 0 3=3 ·d 12s 0c 0f 0b []
get ... check col details COL__unit "details" , 0, 4 s_equal COL details (0) : 0 4=4 ·e 12s 0c 0f 0b []
get ... check col details COL__unit "details" , 0, 5 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 6 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 7 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 8 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 9 s_equal COL details (0) : - -=- -- -s -c -f -b []
COND verify program teardown - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((05.011)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec wrap-up the program PROG__unit_end i_equal 0
#23456789-12 123456789-123456789-123456789-12345 123456789-123456789-123456 123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789- 123456789- 123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789- 123456789-123456789-
#==(verb)=== ===========(description)=========== =====(function)=========== ========================(arguments)================================================================= ==(test)== ==========================(results)================================================================= ========(var)=======
SCRP (COL ) verify basic column record writing 0s write COL_writer, COL_writer_all ((06.---)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
COND verify program setup - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((06.001)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec setup the program PROG__unit_quiet i_equal 0
exec setup yPARSE handlers api_yvikeys_handlers i_equal 0
exec open output file yPARSE_tmpout i_equal 0
COND create a set of tabs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((06.002)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec add tab by abbreviation yKEYS_string ":umake·0¦" i_equal 0
get ... check tab TAB__unit "entry" , 0 s_equal TAB entry (0) : mouse······· f· 0z100·· 26´100·· ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···0c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
COND review col information (defaults) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((06.003)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
get ... check tab >>>> TAB__unit "entry" , 0 s_equal TAB entry (0) : mouse······· f· 0z100·· 26´100·· ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···0c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check col details COL__unit "details" , 0, 0 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 1 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 2 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 3 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 4 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 5 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 6 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 7 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 8 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 9 s_equal COL details (0) : - -=- -- -s -c -f -b []
COND write column info - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((06.004)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec call the col handler (BAD TAB) COL_writer -1 , 0 i_equal 0
exec check the result yPARSE_outrecd s_equal
exec call the col handler (BAD COL) COL_writer 0 , -1 i_equal 0
exec check the result yPARSE_outrecd s_equal
exec call the col handler COL_writer 0 , 0 i_equal 0
exec check the result yPARSE_outrecd s_equal
exec call the col handler COL_writer 0 , 1 i_equal 0
exec check the result yPARSE_outrecd s_equal
exec call the col handler COL_writer 0 , 2 i_equal 0
exec check the result yPARSE_outrecd s_equal
exec call the col handler COL_writer 0 , 3 i_equal 0
exec check the result yPARSE_outrecd s_equal
exec call the col handler COL_writer 0 , 4 i_equal 0
exec check the result yPARSE_outrecd s_equal
exec call the col handler COL_writer 0 , 5 i_equal 0
exec check the result yPARSE_outrecd s_equal
exec call the col handler COL_writer 1 , 0 i_equal 0
exec check the result yPARSE_outrecd s_equal
exec call the col handler COL_writer 1 , 25 i_equal 0
exec check the result yPARSE_outrecd s_equal
exec call the col handler COL_writer 5 , 5 i_equal 0
exec check the result yPARSE_outrecd s_equal
exec call the col handler (BAD TAB) COL_writer 40 , 0 i_equal 0
exec check the result yPARSE_outrecd s_equal
exec call the col handler (BAD COL) COL_writer 0 , 26 i_equal 0
exec check the result yPARSE_outrecd s_equal
exec write all output COL_writer_all i_equal 0
COND update a column - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((06.005)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec update width yKEYS_string ":xwide 0b1 16 3¦" i_equal 0
get ... check tab >>>> TAB__unit "entry" , 0 s_equal TAB entry (0) : mouse······· f· 0z100·· 26´100·· ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···3c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check col details COL__unit "details" , 0, 0 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details >>>> COL__unit "details" , 0, 1 s_equal COL details (0) : 0 1=1 ·b 16s 0c 0f 0b []
get ... check col details >>>> COL__unit "details" , 0, 2 s_equal COL details (0) : 0 2=2 ·c 16s 0c 0f 0b []
get ... check col details >>>> COL__unit "details" , 0, 3 s_equal COL details (0) : 0 3=3 ·d 16s 0c 0f 0b []
get ... check col details COL__unit "details" , 0, 4 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 5 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 6 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 7 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 8 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 9 s_equal COL details (0) : - -=- -- -s -c -f -b []
COND write column info - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((06.006)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec call the col handler COL_writer 0 , 0 i_equal 0
exec check the result yPARSE_outrecd s_equal
exec call the col handler COL_writer 0 , 1 i_equal 1
exec check the result yPARSE_outrecd s_equal width § 0b1 § 16 § 3 §
exec call the col handler COL_writer 0 , 2 i_equal 0
exec check the result yPARSE_outrecd s_equal
exec call the col handler COL_writer 0 , 3 i_equal 0
exec check the result yPARSE_outrecd s_equal
exec call the col handler COL_writer 0 , 4 i_equal 0
exec check the result yPARSE_outrecd s_equal
exec call the col handler COL_writer 0 , 5 i_equal 0
exec check the result yPARSE_outrecd s_equal
exec call the col handler COL_writer 1 , 0 i_equal 0
exec check the result yPARSE_outrecd s_equal
exec call the col handler COL_writer 1 , 25 i_equal 0
exec check the result yPARSE_outrecd s_equal
exec call the col handler COL_writer 5 , 5 i_equal 0
exec check the result yPARSE_outrecd s_equal
exec write all output COL_writer_all i_equal 1
COND update a column - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((06.007)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec update width yKEYS_string ":xwide 0f1 6¦" i_equal 0
get ... check tab >>>> TAB__unit "entry" , 0 s_equal TAB entry (0) : mouse······· f· 0z100·· 26´100·· ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···4c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check col details COL__unit "details" , 0, 0 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 1 s_equal COL details (0) : 0 1=1 ·b 16s 0c 0f 0b []
get ... check col details COL__unit "details" , 0, 2 s_equal COL details (0) : 0 2=2 ·c 16s 0c 0f 0b []
get ... check col details COL__unit "details" , 0, 3 s_equal COL details (0) : 0 3=3 ·d 16s 0c 0f 0b []
get ... check col details COL__unit "details" , 0, 4 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details >>>> COL__unit "details" , 0, 5 s_equal COL details (0) : 0 5=5 ·f 6s 0c 0f 0b []
get ... check col details COL__unit "details" , 0, 6 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 7 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 8 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 9 s_equal COL details (0) : - -=- -- -s -c -f -b []
COND write column info - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((06.008)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec call the col handler COL_writer 0 , 0 i_equal 0
exec check the result yPARSE_outrecd s_equal
exec call the col handler COL_writer 0 , 1 i_equal 1
exec check the result yPARSE_outrecd s_equal width § 0b1 § 16 § 3 §
exec call the col handler COL_writer 0 , 2 i_equal 0
exec check the result yPARSE_outrecd s_equal
exec call the col handler COL_writer 0 , 3 i_equal 0
exec check the result yPARSE_outrecd s_equal
exec call the col handler COL_writer 0 , 4 i_equal 0
exec check the result yPARSE_outrecd s_equal
exec call the col handler COL_writer 0 , 5 i_equal 1
exec check the result yPARSE_outrecd s_equal width § 0f1 § 6 § 1 §
exec call the col handler COL_writer 1 , 0 i_equal 0
exec check the result yPARSE_outrecd s_equal
exec call the col handler COL_writer 1 , 25 i_equal 0
exec check the result yPARSE_outrecd s_equal
exec call the col handler COL_writer 5 , 5 i_equal 0
exec check the result yPARSE_outrecd s_equal
exec write all output COL_writer_all i_equal 2
COND update a column - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((06.009)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec update width yKEYS_string ":xwide 0c1 8¦" i_equal 0
get ... check tab >>>> TAB__unit "entry" , 0 s_equal TAB entry (0) : mouse······· f· 0z100·· 26´100·· ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···3c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check col details COL__unit "details" , 0, 0 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 1 s_equal COL details (0) : 0 1=1 ·b 16s 0c 0f 0b []
get ... check col details >>>> COL__unit "details" , 0, 2 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 3 s_equal COL details (0) : 0 3=3 ·d 16s 0c 0f 0b []
get ... check col details COL__unit "details" , 0, 4 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 5 s_equal COL details (0) : 0 5=5 ·f 6s 0c 0f 0b []
get ... check col details COL__unit "details" , 0, 6 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 7 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 8 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 9 s_equal COL details (0) : - -=- -- -s -c -f -b []
COND write column info - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((06.010)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec call the col handler COL_writer 0 , 0 i_equal 0
exec check the result yPARSE_outrecd s_equal
exec call the col handler COL_writer 0 , 1 i_equal 1
exec check the result yPARSE_outrecd s_equal width § 0b1 § 16 § 1 §
exec call the col handler COL_writer 0 , 2 i_equal 0
exec check the result yPARSE_outrecd s_equal
exec call the col handler COL_writer 0 , 3 i_equal 1
exec check the result yPARSE_outrecd s_equal width § 0d1 § 16 § 1 §
exec call the col handler COL_writer 0 , 4 i_equal 0
exec check the result yPARSE_outrecd s_equal
exec call the col handler COL_writer 0 , 5 i_equal 1
exec check the result yPARSE_outrecd s_equal width § 0f1 § 6 § 1 §
exec call the col handler COL_writer 1 , 0 i_equal 0
exec check the result yPARSE_outrecd s_equal
exec call the col handler COL_writer 1 , 25 i_equal 0
exec check the result yPARSE_outrecd s_equal
exec call the col handler COL_writer 5 , 5 i_equal 0
exec check the result yPARSE_outrecd s_equal
exec write all output COL_writer_all i_equal 3
GROUP complete - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
COND verify program teardown - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((06.011)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec wrap-up the program PROG__unit_end i_equal 0
#23456789-12 123456789-123456789-123456789-12345 123456789-123456789-123456 123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789- 123456789- 123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789- 123456789-123456789-
#==(verb)=== ===========(description)=========== =====(function)=========== ========================(arguments)================================================================= ==(test)== ==========================(results)================================================================= ========(var)=======
SCRP (COL ) verify combinations writing and reading with file 0s both COL_writer, COL_reader ((07.---)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
COND verify program setup - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((07.001)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec setup the program PROG__unit_quiet i_equal 0
exec setup yPARSE handlers api_yvikeys_handlers i_equal 0
exec open output file yPARSE_tmpout i_equal 0
COND create a set of tabs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((07.002)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec add tab by abbreviation yKEYS_string ":umake·0¦" i_equal 0
get ... check tab TAB__unit "entry" , 0 s_equal TAB entry (0) : mouse······· f· 0z100·· 26´100·· ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···0c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check col details COL__unit "details" , 0, 0 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 1 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 2 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 3 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 4 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 5 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 6 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 7 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 8 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 9 s_equal COL details (0) : - -=- -- -s -c -f -b []
GROUP make changes to columns - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
COND update columns - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((07.003)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec update width yKEYS_string ":xwide 0b1 16 3¦" i_equal 0
exec update width yKEYS_string ":xwide 0f1 6¦" i_equal 0
get ... check tab >>>> TAB__unit "entry" , 0 s_equal TAB entry (0) : mouse······· f· 0z100·· 26´100·· ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···4c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check col details COL__unit "details" , 0, 0 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details >>>> COL__unit "details" , 0, 1 s_equal COL details (0) : 0 1=1 ·b 16s 0c 0f 0b []
get ... check col details >>>> COL__unit "details" , 0, 2 s_equal COL details (0) : 0 2=2 ·c 16s 0c 0f 0b []
get ... check col details >>>> COL__unit "details" , 0, 3 s_equal COL details (0) : 0 3=3 ·d 16s 0c 0f 0b []
get ... check col details COL__unit "details" , 0, 4 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details >>>> COL__unit "details" , 0, 5 s_equal COL details (0) : 0 5=5 ·f 6s 0c 0f 0b []
get ... check col details COL__unit "details" , 0, 6 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 7 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 8 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 9 s_equal COL details (0) : - -=- -- -s -c -f -b []
COND write the columns - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((07.004)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec write all output COL_writer_all i_equal 2
exec close input yPARSE_close_out i_equal 0
GROUP reset columns - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
COND reset columns - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((07.005)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec update width yKEYS_string ",0··:xreset¦" i_equal 0
get ... check tab TAB__unit "entry" , 0 s_equal TAB entry (0) : mouse······· f· 0z100·· 26´100·· ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···0c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check col details COL__unit "details" , 0, 0 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 1 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 2 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 3 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 4 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 5 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 6 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 7 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 8 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 9 s_equal COL details (0) : - -=- -- -s -c -f -b []
GROUP read from file - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
COND read the cols - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((07.006)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec open input yPARSE_tmpin i_equal 0
exec read all lines yPARSE_read_all i_equal 2
exec close input yPARSE_close_in i_equal 0
get ... check tab >>>> TAB__unit "entry" , 0 s_equal TAB entry (0) : mouse······· f· 0z100·· 26´100·· ···0n ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ···4c ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
get ... check col details COL__unit "details" , 0, 0 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details >>>> COL__unit "details" , 0, 1 s_equal COL details (0) : 0 1=1 ·b 16s 0c 0f 0b []
get ... check col details >>>> COL__unit "details" , 0, 2 s_equal COL details (0) : 0 2=2 ·c 16s 0c 0f 0b []
get ... check col details >>>> COL__unit "details" , 0, 3 s_equal COL details (0) : 0 3=3 ·d 16s 0c 0f 0b []
get ... check col details COL__unit "details" , 0, 4 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details >>>> COL__unit "details" , 0, 5 s_equal COL details (0) : 0 5=5 ·f 6s 0c 0f 0b []
get ... check col details COL__unit "details" , 0, 6 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 7 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 8 s_equal COL details (0) : - -=- -- -s -c -f -b []
get ... check col details COL__unit "details" , 0, 9 s_equal COL details (0) : - -=- -- -s -c -f -b []
GROUP complete - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
COND verify program teardown - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ((07.007)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
exec wrap-up the program PROG__unit_end i_equal 0
# end-of-file. done, finito, completare, whimper [Ï´···