Welcome to PolyHub EVO!
PolyHub is an Engineering Virtual Organization with the goal to
initiate and catalyze fundamental research of the physical phenomena
associated with polymer dynamics on a global scale.
IF{"condition" ...} -- simple conditionals
- Evaluate a condition and show one text or another based on the result. See details in If Statements
- Syntax:
%IF{"CONDITION" then="THEN" else="ELSE"}% shows "THEN" if "CONDITION" evaluates to TRUE, otherwise "ELSE" will be shown
- Example:
%IF{"defined FUNFACTOR" then="FUNFACTOR is defined" else="FUNFACTOR is not defined"}% renders as FUNFACTOR is not defined
- Related: $IF() of Spread Sheet Plugin