[NAME] ALL.dao.module.std [TITLE] Built-in Standard Module [DESCRIPTION] 1 version( verbose = 0 ) => string 2 path( path: string, action: enum<set,add,remove> = $add ) 3 compile( source: string, import: any = none ) => tuple<namespace:any,main:routine> 4 eval( source: string, st = io::stdio ) => any 5 load( file: string, import = 1, runim = 0 ) => namespace 6 resource( path: string ) => string 7 about( invar ... : any ) => string 8 debug( invar ... : any ) 9 warn( info: string ) 10 error( info: string ) 11 error( errorObject: Error ) 12 error( errorType: class<Error>, info: string, data: any = none ) 13 exec() [=>@T] => @T 14 exec( defaultValue: @T ) [=>@T] => @T 15 try() [=>@T] => list<Error>|Error|@T