`set()` cannot evaluate expressions
The construct `set(variable (x and y))` will assign the list `"x;and;y"` to `variable` instead of evaluating the expression.
Showing
Please register or sign in to comment
The construct `set(variable (x and y))` will assign the list `"x;and;y"` to `variable` instead of evaluating the expression.