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
{=, $data, 12\,33\, 12} - Value of $data is equal to text 12,33, 12
{=, $data, 41} - Value of $data is equal to number 41
{AND, {=, $data, 42}, {=,$user,11}} - Value of $data is equal to number 42 and value of $user is equal to number 11
{OR, {=, $data, 42}, {=,$user,11}} - Value of $data is equal to number 42 or value of $user is equal to number 11
Note
All comparisons are done using string type. Next version expects to compare values using type specific methods.
The comparison for the NOT operator ignores the case of characters.