|
[Date Index]
[Thread Index]
[Author Index]
Re: comments
- To: mathgroup at smc.vnet.net
- Subject: [mg77341] Re: comments
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Thu, 7 Jun 2007 03:43:05 -0400 (EDT)
- Organization: Uni Leipzig
- References: <f462u2$mh3$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
(* Hi, *)
If[TrueQ[someTest], (* Than *)
doSomething[],
(* Else *)
doNothing[]
]
(* Comments are between "(*" and "*)"
Regards
Jens
*)
canayah at intnet.mu wrote:
> how to insert a comment while writing a program in mathematica 5.2
> thank u
>
>
Prev by Date:
Re: comments
Next by Date:
Re: Iterate through a list help
Previous by thread:
Re: comments
Next by thread:
Re: comments
|