Turbo Rascal SE programming introduction

Turbo rascal is a quirky dialect of Pascal, and is tailored for fast C64 compiling.

Overview

TRSE projects are structured into directories, where any source file (.RAS) has access to all resources in the subfolders of the project.

For an introduction to C64 programming, click here. [ to do ]

  • Structure
  • Variables
  • Main
  • Procedures
  • Conditionals (if)
  • For/While loops