Reputation: 21
Trying to assign string variable like,
mon = "jan"
but it returns Syntax error : Invalid Operand
I'm on window opengrads.
ga-> mon = "jan"
Syntax Error: Invalid Operand
'jan' not a variable or function name
Error ocurred at column 1
DEFINE error: Invalid expression.
Upvotes: 1
Views: 182