You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expected that something like *create variable -2 would create a variable with the value -2, instead it gives the following error: "Invalid create instruction, too many values: variable -2". Doesn't work even if the -2 is inside parentheses.
I could just write 0-2, but that's very unintuitive.
The text was updated successfully, but these errors were encountered:
I expected that something like
*create variable -2
would create a variable with the value -2, instead it gives the following error: "Invalid create instruction, too many values: variable -2". Doesn't work even if the -2 is inside parentheses.I could just write
0-2
, but that's very unintuitive.The text was updated successfully, but these errors were encountered: