Google
 

Trailing-Edge - PDP-10 Archives - tops10and20_integ_tools_v9_3-aug-86 - tools/crc/ind/parse.cmd
There are no other files named parse.cmd in the archive.
;
;	Test .PARSE directive
;
.ASKS COMAN Enter string to be parsed:
.askn TIMES How many times:
.go:.PARSE coman "," fld1 fld2 fld3 fld4 fld5 fld6 fld7 fld8 fld9 fld10
.dec times
.if times gt 0 .goto go
.setn fields 1
.outfld:	.sets cfld fld'fields'
.TEST CFLD
; Field 'fields':'cfld' (length '<strlen>')
.inc fields
.if fields lt 11 .goto outfld