43
edits
Changes
→SSlogic Interpreter
the content to be displayed when condition is NOT true
<!--@end-->
Multiple Condition Logic
<!--@sslogic('condition' AND ('condition' OR 'condition' OR 'condition'))-->
the content to be displayed when condition is true
<!--@end-->
<!--@end-->
C. display a message base on nested logic condition
<!--@sslogic('@year@'='2008' AND ('@month@'='1' OR '@month@'='2')-->
Display 1 or 2 in 2008
<!--@end-->
</pre>