|
[Date Index]
[Thread Index]
[Author Index]
Re: Please Help a student...
- To: mathgroup at smc.vnet.net
- Subject: [mg67435] Re: Please Help a student...
- From: "ragfield" <ragfield at gmail.com>
- Date: Sat, 24 Jun 2006 05:27:58 -0400 (EDT)
- References: <e7ds1a$9jc$1@smc.vnet.net><e7g97b$2i7$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
ragfield wrote:
> MLPutString(theLink, "MyFunction[a_Integer, b_Integer] = a + b");
which, of course, should use SetDelayed rather than Set:
MLPutString(theLink, "MyFunction[a_Integer, b_Integer] := a + b");
-Rob
Prev by Date:
$Post
Next by Date:
Re: linux front end tutorial
Previous by thread:
Re: Please Help a student...
Next by thread:
[no subject]
|