File

From Mesham
Revision as of 15:44, 15 April 2019 by Polas (talk | contribs) (5 revisions imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Syntax

File

Semantics

A file handle with which the programmer can use to reference open files on the file system

Default typing

In the absence of further type information, the following types are added to the chain:

Example

function void main() {
   var i:File;
};

In this example variable i is explicitly declared to be of type File.

Since: Version 0.41b

Communication

It is not currently possible to communicate file handles due to operating system constraints.