December 2019
Intermediate to advanced
282 pages
4h 22m
English
In this chapter, you will be creating two new programs. The first one will look at creating a simple delay to delay when the lamps turn on and off. The second will extend the delay by creating a variable delay subroutine. After reading this chapter, you should be able to save a new updated version of a program while keeping the old one. You should be able to use the IF instruction and understand the difference between the IF and the while instruction. You will be able to use the GOTO instruction and the “for do” loop instruction.
You will be able to write a program that ...