<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://ioke.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Guide%3AImporting</id>
		<title>Guide:Importing - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://ioke.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Guide%3AImporting"/>
		<link rel="alternate" type="text/html" href="https://ioke.org/wiki/index.php?title=Guide:Importing&amp;action=history"/>
		<updated>2026-05-14T02:34:24Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://ioke.org/wiki/index.php?title=Guide:Importing&amp;diff=108&amp;oldid=prev</id>
		<title>Cv: /* Importing */</title>
		<link rel="alternate" type="text/html" href="https://ioke.org/wiki/index.php?title=Guide:Importing&amp;diff=108&amp;oldid=prev"/>
				<updated>2009-01-26T02:47:46Z</updated>
		
		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Importing&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr style=&quot;vertical-align: top;&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 02:47, 26 January 2009&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l1&quot; &gt;Line 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;= Importing =&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;= Importing =&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;To import new code into Ioke, the method &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;amp;quot;&lt;/del&gt;use&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;amp;quot; &lt;/del&gt;should be used. The terminology is that you give &amp;amp;quot;use&amp;amp;quot; a name of a module to include, and if that module has already been included it will not be evaluated again. If it has not been included, &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;amp;quot;&lt;/del&gt;use&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;amp;quot; &lt;/del&gt;will try to find the module using several different heuristics. It will add &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;an &amp;amp;quot;&lt;/del&gt;.ik&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;amp;quot; &lt;/del&gt;to the name and try to look up a file of that name - but it will also try to look it up without a &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;amp;quot;&lt;/del&gt;.ik&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;amp;quot;&lt;/del&gt;, if a full file name has been given. Several different places will be searched, and the exact order and what will be searched can be found by calling the &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;amp;quot;&lt;/del&gt;System loadPath&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;amp;quot; &lt;/del&gt;method. This will return a list of all the places to search for modules. This list can be modified to add more directories to the load path.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;To import new code into Ioke, the method &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;&amp;lt;code&amp;gt;&lt;/ins&gt;use&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;&amp;lt;/code&amp;gt; &lt;/ins&gt;should be used. The terminology is that you give &amp;amp;quot;use&amp;amp;quot; a name of a module to include, and if that module has already been included it will not be evaluated again. If it has not been included, &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;&amp;lt;code&amp;gt;&lt;/ins&gt;use&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;&amp;lt;/code&amp;gt; &lt;/ins&gt;will try to find the module using several different heuristics. It will add &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;a &amp;lt;tt&amp;gt;&lt;/ins&gt;.ik&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;&amp;lt;/tt&amp;gt; &lt;/ins&gt;to the name and try to look up a file of that name - but it will also try to look it up without a &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;&amp;lt;tt&amp;gt;&lt;/ins&gt;.ik&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;&amp;lt;/tt&amp;gt;&lt;/ins&gt;, if a full file name has been given. Several different places will be searched, and the exact order and what will be searched can be found by calling the &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;&amp;lt;code&amp;gt;&lt;/ins&gt;System loadPath&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;&amp;lt;/code&amp;gt; &lt;/ins&gt;method. This will return a list of all the places &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;that Ioke uses &lt;/ins&gt;to search for modules. This list can be modified to add more directories to the load path &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;at runtime&lt;/ins&gt;.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;If a module of the specified name can't be found, a condition will be signalled.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;If a module of the specified name can't be found, a condition will be signalled.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Cv</name></author>	</entry>

	<entry>
		<id>https://ioke.org/wiki/index.php?title=Guide:Importing&amp;diff=74&amp;oldid=prev</id>
		<title>Cv: New page: = Importing =  To import new code into Ioke, the method &amp;quot;use&amp;quot; should be used. The terminology is that you give &amp;quot;use&amp;quot; a name of a module to include, and if that module h...</title>
		<link rel="alternate" type="text/html" href="https://ioke.org/wiki/index.php?title=Guide:Importing&amp;diff=74&amp;oldid=prev"/>
				<updated>2009-01-25T23:22:00Z</updated>
		
		<summary type="html">&lt;p&gt;New page: = Importing =  To import new code into Ioke, the method &amp;quot;use&amp;quot; should be used. The terminology is that you give &amp;quot;use&amp;quot; a name of a module to include, and if that module h...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Importing =&lt;br /&gt;
&lt;br /&gt;
To import new code into Ioke, the method &amp;amp;quot;use&amp;amp;quot; should be used. The terminology is that you give &amp;amp;quot;use&amp;amp;quot; a name of a module to include, and if that module has already been included it will not be evaluated again. If it has not been included, &amp;amp;quot;use&amp;amp;quot; will try to find the module using several different heuristics. It will add an &amp;amp;quot;.ik&amp;amp;quot; to the name and try to look up a file of that name - but it will also try to look it up without a &amp;amp;quot;.ik&amp;amp;quot;, if a full file name has been given. Several different places will be searched, and the exact order and what will be searched can be found by calling the &amp;amp;quot;System loadPath&amp;amp;quot; method. This will return a list of all the places to search for modules. This list can be modified to add more directories to the load path.&lt;br /&gt;
&lt;br /&gt;
If a module of the specified name can't be found, a condition will be signalled.&lt;/div&gt;</summary>
		<author><name>Cv</name></author>	</entry>

	</feed>