Changes

Jump to navigation Jump to search
no edit summary
Line 2: Line 2:  
* This one should give an error message: {{#expr: 1+ }}
 
* This one should give an error message: {{#expr: 1+ }}
 
* This one should give "yes": {{#ifexpr: 1 > 0 | yes }}
 
* This one should give "yes": {{#ifexpr: 1 > 0 | yes }}
 +
 +
 +
* {{#iferror: {{#expr: 1 + 2 }} | error | correct }} → correct
 +
* {{#iferror: {{#expr: 1 + X }} | error | correct }} → error
 +
* {{#iferror: {{#expr: 1 + 2 }} | error }} → 3
 +
* {{#iferror: {{#expr: 1 + X }} | error }} → error
 +
* {{#iferror: {{#expr: 1 + 2 }} }} → 3
3,010

edits

Navigation menu