Hello,
New to Mata, and do not seem to find the answer for a simple question.
In Mata, how to declare a const variable (not the kind in regression models) but the one that most modern programming languages use to name a value eg in Pascal
const ExchangeRate = 1.14;
Thanks,
New to Mata, and do not seem to find the answer for a simple question.
In Mata, how to declare a const variable (not the kind in regression models) but the one that most modern programming languages use to name a value eg in Pascal
const ExchangeRate = 1.14;
Thanks,
Comment