Statalist The Stata Listserver


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

st: mulitple comments using // and #d;


From   "Dimitriy V. Masterov" <[email protected]>
To   Statalist <[email protected]>
Subject   st: mulitple comments using // and #d;
Date   Fri, 1 Sep 2006 15:11:50 -0400

Does anyone understand why multiple "//" comments and using ";" as a
delimiter fail? I am baffled.

Here's code that demonstrates the problem:

#delimit cr
// comment1
// comment2
pwd

#delimit;
// comment1
pwd;

// comment1
// comment2
pwd;
*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   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