;
; NOTE: A quick-reference summary of POM commands appears in EXAMPL04.POM
;
;-------------------------------------------------------------------------------
;
; Ignore title lines
;
IGNORE $FLINE[2] = " "
;
; Ignore completed items
;
IGNORE $FLINE[2] = "X"
;
; Ignore postponed items
;
IGNORE $FLINE[2] = "P"
;
; Output
;
OUTEND |{$FLINE}