Saturday, July 15, 2023

πŸ“š About the "{{Program Version Comment}}" Pre-Processor Directive

When you place {{Program Version Comment}} in your program, this will direct the BAM Pre-Processor to replace that snippet of text with a comment with the following information:

  • The version of BASIC Anywhere Machine used to export the program
  • The date and time of program export
Here's what the directive looks like in a program, and what the results look like when viewing the Pre-Processor code:




And, here's what the code looks like when exported:




No comments:

Post a Comment

πŸ–₯A "10PRINT" Variant, BAMified

This program by Charlie Veniot is a port and mod of Ian Witham's C64 program found in this YouTube video. New colours are randomly proje...