Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

Re: st: undocumented command *


From   "Gabi Huiber" <[email protected]>
To   [email protected]
Subject   Re: st: undocumented command *
Date   Sat, 27 Sep 2008 13:02:08 -0400

Sergiy brought up the strangest thing. I never knew that // was
unreliable with ; as a delimiter. But try and run this:

* this works
#delimit ;
// comment
#delimit cr

* this does not
#delimit ;
//
// comment
//
#delimit cr

* neither does this
#delimit ;
// ;
// comment;
// ;
#delimit cr

* but this does
#delimit;
**********
*  box   *
**********
#delimit cr

So I guess there is one instance where * would be preferred to // as a
comment delimiter. Well, nevermind.

Gabi
*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index