[This is preliminary documentation and subject to change]
You attempted to create a variable to be used with conditional compilation statements using the @set statement, but did not place an at sign "@" before the variable name.
To correct this error
@set @myvar = 1
@set Statement | Conditional Compilation | Conditional Compilation Variables