GIS Dictionary
Browse dictionary
conditional statement
URL copied
Share URL
[computing]
A programming language statement that executes one option if the statement is true, and another if it is false. The if-then-else statement is an example of a conditional statement.