Assertions: Difference between revisions

Content added Content deleted
(Added back Arturo solution.)
Line 104: Line 104:
<lang rebol>a: 42
<lang rebol>a: 42
ensure [a = 42]</lang>
ensure [a = 42]</lang>
{{out}}

<pre></pre>


=={{header|AutoHotkey}}==
=={{header|AutoHotkey}}==