RosettaCodeData/Task/Logical-operations/OpenEdge-Progress/logical-operations-2.openedge

11 lines
280 B
Text
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
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.