Difference between revisions of "Sandbox"

From ICANNWiki
Jump to navigation Jump to search
(another test)
Line 1: Line 1:
{{#expr: 1+ }}
+
Parser Functions Test
 
+
* This one should give an error message: {{#expr: 1+ }}
 
+
* This one should give "yes": {{#ifexpr: 1 > 0 | yes }}
{{#ifexpr: 1 > 0 | yes }} → yes
 

Revision as of 21:20, 10 October 2010

Parser Functions Test

  • This one should give an error message: Expression error: Missing operand for +.
  • This one should give "yes": yes