Flow Control in Commodore BASIC with BEGIN/BEND and ON GOTO
Channel:
Subscribers:
29,600
Published on ● Video Link: https://www.youtube.com/watch?v=MSajleBFGfM
In this screencast I'll explain the concept of Flow Control in Commodore BASIC. In 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).
In addition, I'll also show you how to use the BEGIN and BEND clauses that were introduced with the C128.
SUPPORT MY PROJECTS
=====================
https://ko-fi.com/wpguru
https://patreon.com/versluis
https://wpguru.tv/support
Other Videos By The WP Guru
Tags:
Commodore
BASIC
C64
C128
Plus/4
if/then