Is there some $blah for finding the name of the called alias?

ex:

alias blah {
echo you just said $+(/,$alias.name)
}

Also, is there some way to see if it was called as $blah, or /blah?

such as..

alias blah {
if ($alias.ran == $) { return you just ran $+($,$alias.name) }
echo you just said $+(/,$alias.name)
}


- Wherever you go there you are.[color:lightgreen]