<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://nsis.sourceforge.io/mediawiki/index.php?action=history&amp;feed=atom&amp;title=User_talk%3AAnimaether</id>
	<title>User talk:Animaether - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://nsis.sourceforge.io/mediawiki/index.php?action=history&amp;feed=atom&amp;title=User_talk%3AAnimaether"/>
	<link rel="alternate" type="text/html" href="https://nsis.sourceforge.io/mediawiki/index.php?title=User_talk:Animaether&amp;action=history"/>
	<updated>2026-08-27T13:18:52Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.17</generator>
	<entry>
		<id>https://nsis.sourceforge.io/mediawiki/index.php?title=User_talk:Animaether&amp;diff=23156&amp;oldid=prev</id>
		<title>Tabad: Created page with &quot;Helo Animaether,  I have read your page Macro_vs_Function and I have found (I think) two bugs on it.  The example 1.2.7 should be like this:  &lt;small&gt;Example 1.2.7&lt;/small&gt; ...&quot;</title>
		<link rel="alternate" type="text/html" href="https://nsis.sourceforge.io/mediawiki/index.php?title=User_talk:Animaether&amp;diff=23156&amp;oldid=prev"/>
		<updated>2013-03-31T13:52:19Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Helo Animaether,  I have read your page &lt;a href=&quot;/Macro_vs_Function&quot; title=&quot;Macro vs Function&quot;&gt;Macro_vs_Function&lt;/a&gt; and I have found (I think) two bugs on it.  The example 1.2.7 should be like this:  &amp;lt;small&amp;gt;Example 1.2.7&amp;lt;/small&amp;gt; ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Helo Animaether,&lt;br /&gt;
&lt;br /&gt;
I have read your page [[Macro_vs_Function]] and I have found (I think) two bugs on it.&lt;br /&gt;
&lt;br /&gt;
The example 1.2.7 should be like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;Example 1.2.7&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;highlight-nsis&amp;gt;&lt;br /&gt;
Section Test&lt;br /&gt;
  Push &amp;quot;World&amp;quot;&lt;br /&gt;
  ; At this point, the stack looks like the following (top is left, bottom is right)&lt;br /&gt;
  ; :: &amp;quot;World&amp;quot; -rest of the stack, if anything-&lt;br /&gt;
  Exch $0&lt;br /&gt;
  ; At this point the old value of $0 is now at the top of the stack, while &amp;quot;World&amp;quot; is copied into variable $0&lt;br /&gt;
  ; :: old$0 -rest of the stack, if anything-&lt;br /&gt;
  DetailPrint &amp;quot;Hello $0&amp;quot;&lt;br /&gt;
  Exch $0&lt;br /&gt;
  ; At this point the old value of $0 is restored, and the stack just looks like the following:&lt;br /&gt;
  ; :: -rest of the stack, if anything-&lt;br /&gt;
SectionEnd&lt;br /&gt;
&amp;lt;/highlight-nsis&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and the example 1.2.8 should be like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;Example 1.2.8&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;highlight-nsis&amp;gt;&lt;br /&gt;
Function isDir&lt;br /&gt;
  Exch $0&lt;br /&gt;
  IfFileExists &amp;quot;$0\*.*&amp;quot; _dir _notdir&lt;br /&gt;
  _dir:&lt;br /&gt;
    StrCpy $0 &amp;quot;true&amp;quot;&lt;br /&gt;
    Goto _end&lt;br /&gt;
  _notdir:&lt;br /&gt;
    StrCpy $0 &amp;quot;false&amp;quot;&lt;br /&gt;
  _end:&lt;br /&gt;
  Exch $0&lt;br /&gt;
FunctionEnd&lt;br /&gt;
&lt;br /&gt;
Section Test&lt;br /&gt;
  Push &amp;quot;some path on your drive&amp;quot;&lt;br /&gt;
  Call isDir&lt;br /&gt;
  Pop $0&lt;br /&gt;
SectionEnd&lt;br /&gt;
&amp;lt;/highlight-nsis&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Oh! and a lot of thanks for your great article.&lt;br /&gt;
&lt;br /&gt;
Best regards.&lt;/div&gt;</summary>
		<author><name>Tabad</name></author>
	</entry>
</feed>