Code:
global wc_mvp = 10
regress percent_funded novelty_score if wc > $wc_mvp
returns
invalid syntax
r(198);
I feel I am missing something very simple and basic, but my brain is fried. Any suggestion/help?

I should mention
Code:
regress percent_funded novelty_score if wc > 10
works fine.