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.
page revision: 3, last edited: 29 May 2007 15:43