Changes between Version 25 and Version 26 of ControlSystems/SoftwareTeam/Training/GettingStarted/IntroRobotJava


Ignore:
Timestamp:
Oct 29, 2019, 12:06:03 AM (6 years ago)
Author:
David Albert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ControlSystems/SoftwareTeam/Training/GettingStarted/IntroRobotJava

    v25 v26  
    250250
    251251* 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
    253253  {{{
    254254      default: