Template:Assert statement syntax: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "<p class="syntaxUL"><b><sup>(+)</sup></b><span class="literal">Assert </span><span class="term">cond</span><span class="squareb"> [</span><span class="literal">, </span><span...")
(No difference)

Revision as of 19:51, 2 March 2017

(+)Assert cond [, [Snap] [Info info] [Continue] ]

where cond is, like an If statement, the condition(s) being asserted as true. The statement options indicate how to respond to an assertion failure.