Back Previous Next


Linguist basic package - variable

Syntax:

   variable {name} {elements}

Keyword handler:

   net.eclecity.linguist.basic.keyword.BasicKVariable.class

Runtime handler(s):

   net.eclecity.linguist.basic.handler.BasicHVariable.class

Function:

Declares a 64-bit numeric variable or an array of variables. The array size is fixed at time of compilation.

Example(s):

   variable N
   variable Sizes 25


Back Previous Next