On Sat, Feb 28, 2009 at 2:15 PM, Nick Sabalausky <[email protected]> wrote:
>
> void foofunc()
> {
>    Stdout.formatln("{}", __FUNCTION__);
> }
>
> Output:
> foofunc

It would probably be the fully-qualified name, especially when you
consider using it for reflection.

Reply via email to