Assertions: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 445: Line 445:
a := 40;
a := 40;
ASSERT(a = 42);
ASSERT(a = 42);
END Assertions.
</lang>
</lang>
Output:
Output: