1 .
MACRO SUM FROM
=0, TO
=9
7 COUNT .ASSIGNA \
&COUNT
+1
16 ; hi this is a comment
22 bar ; this comment will get copied out
23 foo \; this one will get dropped
50 .MACRO foo bar=a default=b
56 foo default=dog bar=cat
59 foo bar=cat default=dog
81 .MACRO RES_STR STR, Rn
96 RES_STR STR=donkey Rn=R1