[NAME] ALL.dao.module.io.method [TITLE] IO Module Methods [DESCRIPTION] 1 open( type: enum<string,tmpfile> = $string )=>stream 2 open( file: string, mode: string )=>stream 3 open( fileno: int, mode: string )=>stream 4 write( invar ... : any ) 5 writef( format: string, invar ... : any ) 6 writeln( invar ... : any ) 7 read( )=>string 8 read( file: string, silent=0 )=>string 9 readlines( file: string, chop=0 )[line: string=>none|@T]=>list<@T>