What is an alternative to the backtick (`) in separating the namespace from the function name?
Can the function be called without using this symbol? I think in early versions of Mathematica one could use :: but it does not seem to work now.
|
What is an alternative to the backtick ( Can the function be called without using this symbol? I think in early versions of Mathematica one could use |
||||
| show 2 more comments |
|
Here's your alternative:
|
|||||||||||||||||||||
|
::(MessageName[]) was always intended for messages, and the backtick was always intended to delimit a context and a function from that context. What exactly is your problem with the backtick? – J. M.♦ May 25 '12 at 7:15