Added .ado and .sthlp samples for Stata.

The author of this message, mwhite-IPA, is the source of these samples.
This commit is contained in:
mwhite-IPA
2014-03-19 17:33:26 -04:00
parent 1769083a85
commit 8f02926d68
2 changed files with 663 additions and 0 deletions

5
samples/Stata/hello.ado Normal file
View File

@@ -0,0 +1,5 @@
program hello
vers 13
display "Hello world!"
end