Table of Contents

ugBASIC User Manual

VAR

SYNTAX

   VAR [name] ON [bank] { = [expression] }

PURPOSE

Define a variable [name] on bank [bank]. Optionally, you can assign to that variable a value given by [expression].

EXAMPLE

  VAR x ON bank1 = #$42

ABBREVIATION

 Vr

AVAILABLE ON

SEE ALSO

BANK

ANY PROBLEM?

If you have encountered a problem using this command, if you think there is a bug or the explanation is unclear, please open an issue for this keyword on GitHub. Thank you!

POWERED BY