Back Previous Next


Linguist basic package - file

Syntax:

   file {name} {elements}

Keyword handler:

   net.eclecity.linguist.basic.keyword.BasicKFile.class

Runtime handler(s):

   net.eclecity.linguist.basic.handler.BasicHFile.class

Function:

Declares a file variable or an array of files. The array size is fixed at time of compilation. See also create, open and close.

Example(s):

   file InputFile
   file Files 8


Back Previous Next