Ignore:
Timestamp:
May 25, 2012, 5:55:11 PM (12 years ago)
Author:
Sam Habiel
Message:

Updated routines after many small fixes; added C0QKIDS as well

File:
1 edited

Legend:

Unmodified
Added
Removed
  • qrda/C0Q/trunk/p/C0QSET.m

    r1364 r1438  
    1 C0QSET  ;GPL - SET OPERATIONS ON LISTS ;818/11 8:50pm
    2         ;;1.0;MU PACKAGE;;;Build 27
     1C0QSET  ;GPL - SET OPERATIONS ON LISTS ;818/11 8:50pm ; 5/23/12 5:46pm
     2        ;;1.0;C0Q;;May 21, 2012;Build 43
    33        ;
    44        ;2011 George Lilly glilly@glilly.net - Licensed under the terms of the GNU
     
    2929        S B(4)=""
    3030        D UNITY("C","A","B")
    31         ZWR C
     31        ZWRITE C
    3232        Q
    3333        ;
     
    3838        D UNITY("DELTA",PATS,MEDS)
    3939        W !,"PATIENTS WITH NO MEDS",!
    40         ZWR DELTA(0,*)
     40        ZWRITE DELTA(0,*)
    4141        W !,"BAD POINTERS IN THE MEDS FILE",!
    42         ZWR DELTA(2,*)
     42        ZWRITE DELTA(2,*)
    4343        Q
    4444        ;
Note: See TracChangeset for help on using the changeset viewer.