Example file.TST
SusiQ test definition
itstime is created by invoking a dummy logical operation.
and itstime - passall will always assign FALSE to itstime,
but will be used in the user1 routine and passed to the histogram increment
routine.
The equivalent function of that line is : itstime = (.NOT.passall) .AND.
.TRUE.
===================================================================
gate gadc0 adc0 0 1000 "0
gate gadc1 adc1 0 1000 "0
and gadc gadc0 gadc1
dely asum adiff adc0 adc1 1. 1. 500.
and itstime -passall
user1
**