Posts Tagged "Plus/4"

Programmatic Loops in Commodore BASIC

Posted on Apr 17, 2018

In this screencast I’ll demonstrate how to use programmatic loops in Commodore BASIC. I’ll show you how to use the FOR/NEXT loop (available in all versions of Commodore BASIC), as well as the...

Learn More

Flow Control in Commodore BASIC

Posted on Apr 16, 2018

In this screencast 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. In essence, it means that we can tell the programme to take...

Learn More

Sorting an Array on the Commodore 64

Posted on Apr 1, 2018

In this video I’ll demonstrate how to sort a numeric array on the Commodore 64. The same principle works for string arrays, and of course on all other Commodore BASIC computers. The technique I’m...

Learn More