8,732
edits
Changes
→Program Notes
causes the numbers 0 (denoting false) and -1 (denoting true) to be printed.
* The flag SF is a 16-bit integer that is set and tested with boolean algebra commands. This can be replaced by the following:
# Dimension SF as SF(15)
# Replace F1=SF AND CINT(2↑LL+.5) with F1=SF(LL)
# Replace SF= F OR CINT(2↑P+.5) with SF(P)= -1
# Replace SF=SF AND NOT CINT(.5+2↑P) with SF(P)=0
==References==