I'm using slots for some situations, and for one of this I need to check if slot recognized a entity or a context variable.
To do it I wrote @myEntity || $MyVar into the "Check" column, and put $MyVar into "Save it as" column.
The problem is, when the WCS goes to this slot, my variable$MyVar is being populated with || as a prefix, resulting in || ValueFromMyVar.
I did not find any restrictions to use variables on slots and also did not find restrictions about operators usage '|| &&'.
Can I use these operators as a slock check condition?
If there is no restriction, Why am I getting the wrong value?

