Dear All,
I am puzzled by the following behavior of the mata function tokens():
Specifically:
I would expect a symmetry here between the first and the last tokens (regardless of what definition is behind the parsing algorithm).
Thank you, Sergiy Radyakin
PS: Stata 16.1 on Windows.
I am puzzled by the following behavior of the mata function tokens():
Specifically:
- why is the opening bracket "(" kept together with the first token, but the closing bracket ")" has formed its own token?
- why is "aaa" kept in quotes, but bbb left without quotes?
Code:
mata tokens(`"("aaa" "bbb" "cc dd ee ff")"')
Thank you, Sergiy Radyakin
PS: Stata 16.1 on Windows.
Comment