<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.ice-online.com/index.php?action=history&amp;feed=atom&amp;title=ELSE</id>
	<title>ELSE - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ice-online.com/index.php?action=history&amp;feed=atom&amp;title=ELSE"/>
	<link rel="alternate" type="text/html" href="https://wiki.ice-online.com/index.php?title=ELSE&amp;action=history"/>
	<updated>2026-04-12T16:01:22Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.1</generator>
	<entry>
		<id>https://wiki.ice-online.com/index.php?title=ELSE&amp;diff=733&amp;oldid=prev</id>
		<title>ConvertBot: starts macro block to be executed when IF/ELSEIF conditions fail</title>
		<link rel="alternate" type="text/html" href="https://wiki.ice-online.com/index.php?title=ELSE&amp;diff=733&amp;oldid=prev"/>
		<updated>2020-04-27T22:04:40Z</updated>

		<summary type="html">&lt;p&gt;starts macro block to be executed when IF/ELSEIF conditions fail&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;starts macro block to be executed when IF/ELSEIF conditions fail&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ELSE begins an alternative execution block for the macro IF statement. An&lt;br /&gt;
example of its use to take operating system-specific action:&lt;br /&gt;
&lt;br /&gt;
	if ENV.OsType eqs DOS&lt;br /&gt;
	  ! perform DOS actions&lt;br /&gt;
	elseif ENV.OsType eqs UNIX&lt;br /&gt;
	  ! perform UNIX actions&lt;br /&gt;
	else&lt;br /&gt;
	  SAY &amp;quot;Not supported for operating system ^ENV.OStype&amp;quot;&lt;br /&gt;
	endif&lt;br /&gt;
&lt;br /&gt;
SEE ALSO:  IF, ELSEIF, ENDIF&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:NXM_Explain]]&lt;/div&gt;</summary>
		<author><name>ConvertBot</name></author>
		
	</entry>
</feed>