Difference between revisions of "Demo:IfExpr2"
Jump to navigation
Jump to search
(Created page with "<nowiki>{{#ifexpr: 7=3 | {{#expr: 3+2=5}} RESULT | some text representing {{#expr: 1<1}} result }}</nowiki>") |
|||
Line 3: | Line 3: | ||
| some text representing {{#expr: 1<1}} result | | some text representing {{#expr: 1<1}} result | ||
}}</nowiki> | }}</nowiki> | ||
<noinclude> | |||
For illustration purpose, the above code segment is shown as follows: | |||
<syntaxhighlight lang=HTML> | |||
<nowiki>{{#ifexpr: 7=3 | |||
| {{#expr: 3+2=5}} RESULT | |||
| some text representing {{#expr: 1<1}} result | |||
}}</nowiki> | |||
</syntaxhighlight> | |||
</noinclude> |
Revision as of 09:19, 19 May 2022
{{#ifexpr: 7=3 | {{#expr: 3+2=5}} RESULT | some text representing {{#expr: 1<1}} result }}
For illustration purpose, the above code segment is shown as follows:
<nowiki>{{#ifexpr: 7=3
| {{#expr: 3+2=5}} RESULT
| some text representing {{#expr: 1<1}} result
}}</nowiki>