Re: comments
- To: mathgroup at smc.vnet.net
- Subject: [mg77335] Re: comments
- From: Jean-Marc Gulliet <jeanmarc.gulliet at gmail.com>
- Date: Thu, 7 Jun 2007 03:39:59 -0400 (EDT)
- Organization: The Open University, Milton Keynes, UK
- References: <f462u2$mh3$1@smc.vnet.net>
canayah at intnet.mu wrote: > how to insert a comment while writing a program in mathematica 5.2 > thank u Comments are enclosed between the characters (* and *). For instance, f[x_,y_]:= (* This is a function of two variables *) Cos[x] + Cos[y] Regards, Jean-Marc