home

Logic

If, then Statements

If a value is true, then do a specified operation.

Logic Compare

Return true if both inputs are (depending on the selection) equal, not equal, greater than, greater than or equal to, less than, or less than or equal to each other.

Logical Operation

Depending on the selection, return if both inputs or at least one of the inputs are true.

Not

Returns true if the input is false. Returns false if the input is true.

True/False

Returns either true or false.

Test: If true, if false

Check the condition in ‘test’. If the condition is true, returns the ‘if true’ value; otherwise returns the ‘if false’ value.

Distribution authorized to the Department of Defense and U.S. DoD contractors only.