<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://95.179.246.60/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Assertions</id>
	<title>Assertions - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://95.179.246.60/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Assertions"/>
	<link rel="alternate" type="text/html" href="http://95.179.246.60/mediawiki/index.php?title=Assertions&amp;action=history"/>
	<updated>2026-05-08T12:46:59Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.17</generator>
	<entry>
		<id>http://95.179.246.60/mediawiki/index.php?title=Assertions&amp;diff=115&amp;oldid=prev</id>
		<title>Nmingott: imported material</title>
		<link rel="alternate" type="text/html" href="http://95.179.246.60/mediawiki/index.php?title=Assertions&amp;diff=115&amp;oldid=prev"/>
		<updated>2025-05-04T21:27:54Z</updated>

		<summary type="html">&lt;p&gt;imported material&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;* This is very similar to what you know from other programming languages: &amp;#039;&amp;#039;&amp;#039;assert:&amp;#039;&amp;#039;&amp;#039; checks if something is true, if it is not it blocks the computations there and opens a debugger.  Try these two examples:&lt;br /&gt;
&lt;br /&gt;
 1 assert: (1 = 1).&lt;br /&gt;
 &amp;#039;a&amp;#039; assert: (1 = 2).       &amp;quot; this opens a debugger &amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Open now your Browser and go to check that assert is defined as an &amp;#039;&amp;#039;&amp;#039;Object&amp;#039;&amp;#039;&amp;#039; method.&lt;br /&gt;
* You will often find assert sent to &amp;#039;&amp;#039;&amp;#039;self&amp;#039;&amp;#039;&amp;#039;, don&amp;#039;t break the tradition if you don&amp;#039;t have a very good reason.&lt;br /&gt;
&lt;br /&gt;
 fooMethod&lt;br /&gt;
    ...&lt;br /&gt;
    self assert: ( A TEST )&lt;br /&gt;
    ...&lt;/div&gt;</summary>
		<author><name>Nmingott</name></author>
	</entry>
</feed>