The documentation show several examples of evaluating expressions using variableName on the current process, i.e. the engine consider the following script
{variableName == ‘myVar’}
equivalent to
{ execution.getVariable(‘variableName’) == ‘myVar’}
is it possible to have a syntax like the first one also to be used with a variable named ‘My Var’ ?