boilerplate 2.1.4
------------------------------------------------------------------------- version clear all macro drop _all // use only community contributed packages from // the ado directory local to this project cd "" sysdir set PLUS "`c(pwd)'/ado/plus" sysdir set PERSONAL "`c(pwd)'/ado/personal" sysdir set OLDPLACE "`c(pwd)'/ado" mata: mata mlib index // set the working directory cd ana do _dta01.do // some comment do _ana01.do // some comment exit ------------------------------------------------------------------------