Come build with us.
Stacks API v6 for Stacks 2.5
%( A == B )%
%( A == B )%
%([!] <argument1> <operator> <argument2> )%
!
will perform a logical NOT on the output of the operation<argument1>
and <argument2>
can be any integer value or any property that evaluates to an integer value. Behavior with non-integer values is undefined.<operator>
can be any of: ==, !=, <, <=, >, >=
Inline functions for evaluating simple integer comparisons. The syntax is identical to Integer Math.
Note: Statements can be nested, but must contain only two arguments.
evaluates to 1 when count is less than 1
%( %id=count% < 1 )%
evaluates to 1 when the slider value between 0 and 100
%( %( %id=slider% > 0 )% || %( %id=slider% < 100 )% )%