Assertions: Difference between revisions

Content deleted Content added
Line 272:
(* evaluate stuff to return here when a is 42 *)</lang>
 
It is possible to compile with the parameter <code>-noassert</code> then the compiler won't compile the assertion checks.
 
=={{header|Oz}}==