Re: Zero argument functions
- To: mathgroup at smc.vnet.net
- Subject: [mg61711] Re: Zero argument functions
- From: "Jens-Peer Kuska" <kuska at informatik.uni-leipzig.de>
- Date: Thu, 27 Oct 2005 05:01:36 -0400 (EDT)
- Organization: Uni Leipzig
- References: <djn3hk$ilk$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi, with myFunc[]:={whatever} you see from the code, that calling myFunc[] will do more than just copy something from the memory. It make the code clearer. Regards Jens <kalymereau at yahoo.fr> schrieb im Newsbeitrag news:djn3hk$ilk$1 at smc.vnet.net... | Hi | | For a "function" with no argument, what is the difference between: | | myFunc:=(whatever) | | and | | myFunc[]:=(whatever) | | I find the first syntax simpler, but there are many built-in | Mathematica functions that use the second one. | | Thanks |