RosettaCodeData/Task/Logical-operations/OpenEdge-Progress/logical-operations-2.openedge
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

10 lines
280 B
Text

MESSAGE
testLogical( FALSE, FALSE ) SKIP(1)
testLogical( FALSE, TRUE ) SKIP(1)
testLogical( TRUE, FALSE ) SKIP(1)
testLogical( TRUE, TRUE ) SKIP(2)
testLogical( ?, ? ) SKIP(1)
testLogical( ?, FALSE ) SKIP(1)
testLogical( ?, TRUE ) SKIP(1)
VIEW-AS ALERT-BOX.