Friday, October 27, 2023

🆕 ON ... RESTORE

Latest version of BAM


ON ... RESTORE sets the DATA-READ pointer to one of many specified line identifiers using a specified index.

Syntax



  • indexValue
    • a value that indicates the position of the line identifier to use for branching
    • a "1" causes branching with the first line identifier
    • a "2" causes branching with the second identifier
    • etc.
  • lineIdentifier
    • at least one instance, normally many
    • as many instances as there are possible index values (1 to 1)
    • each instance is one of the Line Identifier types (line number or line label)


No comments:

Post a Comment

🖥 "Spirographed" ellipses to create a colorful (32-bit, gradiant) spherical shape

This sample program shows how to use DRAW to create ellipses (I like to call this a "spirographing" approach. The program generate...