new Foo; #### &new ('Foo'); # Calling new in the current package #### Foo -> new (); # Calling new in Foo, or a parent class
## &new ('Foo'); # Calling new in the current package ##
## Foo -> new (); # Calling new in Foo, or a parent class