Code snippets in Turbo Macro Pro
By Michael Doornbos
- One minute read - 103 wordsCode snippets in Turbo Macro Pro
I’ve been using Turbo Macro Pro to write Commodore 64 code. It’s a great tool for writing code, but it’s not without its quirks. One of the things I’ve struggled with is how to insert code snippets into my blog posts.
This video shows how I’ve been doing it. I’m sure there’s a better way, but this works for me.
The code
The code I’m using is a simple program that prints the word “Hello” to the screen. It’s not very exciting, but it’s a good example of how to use the print command.
10 print "Hello"