|
[Date Index]
[Thread Index]
[Author Index]
Re: List arguments to functions
- To: mathgroup at smc.vnet.net
- Subject: [mg45563] Re: [mg45537] List arguments to functions
- From: "Sseziwa Mukasa,,(978) 536-2359" <mukasa at jeol.com>
- Date: Wed, 14 Jan 2004 01:26:16 -0500 (EST)
- References: <200401130903.EAA10620@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Use SetDelayed in defining myfunc
myfunc[x_,y_]:=Apply[Plus,x+y]
Regards,
Ssezi
Prev by Date:
Univers font
Next by Date:
modifying style of notebook
Previous by thread:
List arguments to functions
Next by thread:
Re: List arguments to functions
|