Skip to content
Prev 144315 / 398500 Next

Random number generation

Greg Snow wrote:
Hi there,

Yes, while that may be true, many other languages that don't use an
explicit pre-processor mechanism (though internally will go
through a similar process) do support block comments. It's a
moot point anyway, since when you compile a C program the preprocessor
also runs (just like the linker etc) unless you specifically ask for
something differently via command line switches. As far as the
programmer is concerned the semantics are those of a language
that provides block comments with the simple use of /* */ , and
not dependent on if-statements or editor/IDE tricks.
My use then may be not typical since I am trying to write scripts in R
and only use R directly to try out functions/language constructs.
> have it strip the block comments for you.

Too much work, call me old school, but I like the computer do work for me,
rather than the other way around :-)
I couldn't possibly offer an opinion on that .. I'll happily defer to you
and the other experts here for this.

Cheers,
Esmail