textBox.anchor = textBox.anchor or AnchorStyles.Right
I get the following Internal Error:
error: COBRA INTERNAL ERROR / FallThroughException / info=TruthExpr-sh(75266, didBindInh=false, didBindInt=false, didStartBindImp=true, didBindImp=false, token=Token(DOT, '.', '.', ln 52, col 33, C:\Users\seanm\Desktop\Cobra\IDE\Utils.cobra), Treatment=AsIs, type=nil, 75266)
A better messages would be anything from a generic "syntax error at line 52", to "incorrect enum operation, try |" or something like that. Should I write a bug up?