This open(n,a) function will open the file of name n with mode of a.
#include <io> function void main() { var f:=open("myfile.txt","r"); close(f); };
Since: Version 1.0