is there internal variable like $0 in perl?
- To: mathgroup at smc.vnet.net
- Subject: [mg126228] is there internal variable like $0 in perl?
- From: Ted Sariyski <tsariysk at craft-tech.com>
- Date: Thu, 26 Apr 2012 05:27:32 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <201204201144.HAA21808@smc.vnet.net> <201204210431.AAA29236@smc.vnet.net> <201204240932.FAA24447@smc.vnet.net> <CAEtRDSdCMKYiHCjKPUQnSPSHMfOnTQW82F3horZaqx5YbQDqdA@mail.gmail.com>
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
- Follow-Ups:
- Re: is there internal variable like $0 in perl?
- From: Sseziwa Mukasa <mukasa@gmail.com>
- Re: is there internal variable like $0 in perl?
- References:
- Find all roots with FindRoot
- From: Sam Takoy <sam.takoy@yahoo.com>
- Re: Find all roots with FindRoot
- From: "Harvey P. Dale" <hpd1@nyu.edu>
- how to check for NumericQ arbitrary data structure
- From: Ted Sariyski <tsariysk@craft-tech.com>
- Find all roots with FindRoot