|
[Date Index]
[Thread Index]
[Author Index]
is there internal variable like $0 in perl?
Hi,
When I define a new function myFun in a package aaa` I define a variable
me="aaa`myFun".
BeginPackage["aaa`"]
...
myFun[]:=Module[{..., me="aaa`myFun"},
...
I wonder Is there an automatic variable, like $0 in perl, which
internally is assigned "aaa`myFun"?
Thanks in advance,
--Ted
Prev by Date:
Re: Coloured strings
Next by Date:
2D Gaussian fit
Previous by thread:
how to check for NumericQ arbitrary data structure
Next by thread:
Re: is there internal variable like $0 in perl?
|