GIS Dictionary

Browse dictionary

conditional statement

URL copied Share URL
  1. [computing] A logical statement that performs one option if a statement is true, and another if it is false. An if-then-else statement is an example of a conditional statement.