Changes between Version 1 and Version 2 of ControlSystems/SoftwareTeam/Training/GettingStarted/Conditionals
- Timestamp:
- Nov 4, 2019, 3:22:35 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training/GettingStarted/Conditionals
v1 v2 41 41 You can have as many ''else if'' clauses as you wish. 42 42 43 * Try adding an ''else if'' clause to the sample program. 44 43 45 Some things to note: 44 46 * The conditions are always placed within parentheses