Small Basic Guide: 4. Making decisions and looping

  • 11 years ago
Read more: http://www.computeractive.co.uk/2198041

A good program is able to perform different tasks depending on certain conditions and this is normally the job of the If command. Another common use for programs is to perform the same task several times. This is known as looping and one of the most common commands is For.