On the trivial but annoying side: I often copy from a handout or the output screen things like:
The problem is that lines like the second, which start with a period followed by an asterisk, produce errors:
Other Stata commands don't mind if they are preceded by a period but comments do. I would therefore like lines with a period followed by an asterisk to also not produce errors.
Code:
. use "https://www3.nd.edu/~rwilliam/statafiles/logist.dta", clear . * Model 1 . logit grade gpa tuce psi
Code:
. . * Model 1 * is not a valid command name r(199);
Comment