XML Script logo
Ands and ors
Code
1 and 1
# 1 and 1 #
------
0 and 1
# 0 and 1 #
------
0 and 0
# 0 and 0 #
------
1 or 1
# 1 or 1 #
------
0 or 1
# 0 or 1 #
------
0 or 0
# 0 or 0 #
Output
1 and 1
1
------
0 and 1
0
------
0 and 0
0
------
1 or 1
1
------
0 or 1
1
------
0 or 0
0
Ref

x.2605

XML Script homepage | Documentation home | XML Script docs | Command list | Function list | X-Tract docs

X-Stream, X-Tract and XML Script are trade marks of DecisionSoft Limited
© Copyright 1998-2000 DecisionSoft Limited