Variables in PlayBasic

Creating Variables

Unlike most forms of BASIC, PlayBasic does not use Dim to create variables. Instead, variables are created when they are first used. This is a sloppy way to manage variables, so we suggest using ForceDeclaration instead.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution 2.5 License.