Flow Control in Commodore BASIC

Published: April 16, 2018, 7:29 p.m.

b'
\\nIn this episode I’ll explain the concept of Flow Control in Commodore BASIC. It’s kind of a video update of a post I did a while ago.
\\nIn essence, it means that we can tell the programme to take a different route in the code depending on a condition that’s met. We’ll explore the IF/THEN and ON… GOTO/GOSUB statements (available on all versions of Commodore BASIC), as well as the expanded IF/THEN/ELSE version (available on the C128 and Plus/4 only).
\\nIn addition, I’ll also show you how to use the BEGIN and BEND clauses that were introduced with the C128.
'