Changes between Version 25 and Version 26 of ControlSystems/SoftwareTeam/Training/GettingStarted/IntroRobotJava
- Timestamp:
- Oct 29, 2019, 12:06:03 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training/GettingStarted/IntroRobotJava
v25 v26 250 250 251 251 * In the default section of autonomousPeriodic() stop if we've gone the desired distance. 252 Notice our first use of the logical OR operator : '||'252 Notice our first use of the logical OR operator (!||) to test whether either of two conditions is true 253 253 {{{ 254 254 default: