Table of Contents

ugBASIC User Manual

VAR

SYNTAX

   VAR variable [AS datatype] [, variable [AS datatype] [ , variable [AS datatype] ] ]
   VAR variable [AS datatype] = constant

PURPOSE

Alias for DIM.

EXAMPLE

  VAR x = 42

ABBREVIATION

 Vr

AVAILABLE ON

ALIAS FOR

DIM (variable) DIM

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