At 2:27 PM -0400 9/10/10, Joshua Kehn wrote:
Adam-

That is a function call. In Java:

class Code
{
    public static void function do_command(){ }
}

Code.do_command();

Regards,

-Josh

Not just Java, but does I've seen this in several languages.

Javascript is one. But realize that Java is to Javascript as Ham is to Hamster. In other words, the two aren't related.

Cheers,

tedd
--
-------
http://sperling.com/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to