statastan
statastan copied to clipboard
Allow multiple inline model comment blocks (Thompson method)
Probably by having Stata search for a given name on the first line of the block, rather than just the first one with "data {"
This is one of the problems with trying to embed one programming language's program as a string in another programming language. We try to recommend not doing that, despite having some lingering examples that do it that people then just copy.
On Aug 18, 2015, at 11:44 AM, Robert Grant [email protected] wrote:
Probably by having Stata search for a given name on the first line of the block, rather than just the first one with "data {"
— Reply to this email directly or view it on GitHub.