Difference between revisions of "File"
From Mesham
Jump to navigationJump to searchLine 6: | Line 6: | ||
A file handle with which the programmer can use to reference open files on the file system | A file handle with which the programmer can use to reference open files on the file system | ||
+ | |||
+ | === Default typing === | ||
+ | |||
+ | {{ElementDefaultTypes}} | ||
== Example == | == Example == |
Revision as of 16:26, 12 January 2013
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
var i:File;
In this example variable i is explicitly declared to be of type File.
Communication
It is not currently possible to communicate file handles due to operating system constraints.