On 10-07-2007 22:18:47 +0200, Martin Kersten wrote: > > consistency is good, however, I fail to see the consistency here. I use > > io.print, but when I reference it I have to use "io", "print"??? > "io.print" is an (incomplete) language construct, which is different > from arguments telling you to look in the module "io" for the > information on element "print". > > "io.print(v:any):void" is the real construct you are after
That is a different side of the problem. How do we address a function then? Should we always use its full signature (would make sense)? I guess I could use that as well in the remote.put() method to specify a function object. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Monetdb-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-developers
