Selection Statements

From RAD Studio
Jump to: navigation, search

Go Up to Statements Index

Selection or flow-control statements select from alternative courses of action by testing certain values. There are two types of selection statements: the if...else and the switch.