<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://miniscript.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=MineRobber</id>
	<title>MiniScript Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://miniscript.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=MineRobber"/>
	<link rel="alternate" type="text/html" href="http://miniscript.org/wiki/Special:Contributions/MineRobber"/>
	<updated>2026-06-03T01:46:21Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.34.0</generator>
	<entry>
		<id>http://miniscript.org/w/index.php?title=Category:Command-Line&amp;diff=1269</id>
		<title>Category:Command-Line</title>
		<link rel="alternate" type="text/html" href="http://miniscript.org/w/index.php?title=Category:Command-Line&amp;diff=1269"/>
		<updated>2025-01-13T03:41:05Z</updated>

		<summary type="html">&lt;p&gt;MineRobber: Now that there are no pages in this category, fix the redirect&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[:Category:Command-Line MiniScript]]&lt;/div&gt;</summary>
		<author><name>MineRobber</name></author>
		
	</entry>
	<entry>
		<id>http://miniscript.org/w/index.php?title=Input&amp;diff=1268</id>
		<title>Input</title>
		<link rel="alternate" type="text/html" href="http://miniscript.org/w/index.php?title=Input&amp;diff=1268"/>
		<updated>2025-01-13T03:37:19Z</updated>

		<summary type="html">&lt;p&gt;MineRobber: Fixing category&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;c&amp;gt;input&amp;lt;/c&amp;gt; is a quasi-standard function in the MiniScript language that gets a string of input from the user.  By &amp;quot;quasi-standard&amp;quot; we mean that it is not part of the MiniScript core, but several implementations support it, and embedders are encouraged to add support for it whenever possible.&lt;br /&gt;
&lt;br /&gt;
=== Arguments ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Parameter Name !! Default Value !! Meaning&lt;br /&gt;
|-&lt;br /&gt;
| prompt || &amp;quot;&amp;quot; || string to display to the user&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The ''prompt'' parameter is optional, and if supplied, is printed to output (as if with &amp;lt;c&amp;gt;[[print]]&amp;lt;/c&amp;gt;).  The script then blocks while the user types a response, terminated by Return or Enter.  The text entered (without the terminating line break) is returned as the value of the function.&lt;br /&gt;
&lt;br /&gt;
Note that &amp;lt;c&amp;gt;input&amp;lt;/c&amp;gt; always returns a [[string]].  To interpret the input as a number, use &amp;lt;c&amp;gt;[[val]]&amp;lt;/c&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&lt;br /&gt;
The following example asks the user's age, and then reports their age in dog years.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ms&amp;gt;age = input(&amp;quot;How old are you? &amp;quot;).val&lt;br /&gt;
print &amp;quot;That's &amp;quot; + age*7 + &amp;quot; in dog years.&amp;quot;&amp;lt;/ms&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Mini Micro]]&lt;br /&gt;
[[Category:Command-Line MiniScript]]&lt;br /&gt;
[[Category:Farmtronics]]&lt;/div&gt;</summary>
		<author><name>MineRobber</name></author>
		
	</entry>
	<entry>
		<id>http://miniscript.org/w/index.php?title=File.curdir&amp;diff=1267</id>
		<title>File.curdir</title>
		<link rel="alternate" type="text/html" href="http://miniscript.org/w/index.php?title=File.curdir&amp;diff=1267"/>
		<updated>2025-01-13T03:36:45Z</updated>

		<summary type="html">&lt;p&gt;MineRobber: Fixing category&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &amp;lt;c&amp;gt;[[file]].curdir&amp;lt;/c&amp;gt; method returns the current working directory in [[Mini Micro]] or [[command-line MiniScript]].&lt;br /&gt;
&lt;br /&gt;
In [[Mini Micro]], &amp;lt;c&amp;gt;[[pwd]]&amp;lt;/c&amp;gt; is standard shorthand for &amp;lt;c&amp;gt;[[file]].curdir&amp;lt;/c&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
[[Category:Mini Micro]]&lt;br /&gt;
[[Category:Command-Line MiniScript]]&lt;/div&gt;</summary>
		<author><name>MineRobber</name></author>
		
	</entry>
	<entry>
		<id>http://miniscript.org/w/index.php?title=Exit&amp;diff=1266</id>
		<title>Exit</title>
		<link rel="alternate" type="text/html" href="http://miniscript.org/w/index.php?title=Exit&amp;diff=1266"/>
		<updated>2025-01-13T03:36:16Z</updated>

		<summary type="html">&lt;p&gt;MineRobber: Fixing category&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &amp;lt;c&amp;gt;exit&amp;lt;/c&amp;gt; function immediately exits the currently running program, returning you to the command prompt from which it was run.&lt;br /&gt;
&lt;br /&gt;
[[Category:Mini Micro]]&lt;br /&gt;
[[Category:Command-Line MiniScript]]&lt;br /&gt;
[[Category:Farmtronics]]&lt;/div&gt;</summary>
		<author><name>MineRobber</name></author>
		
	</entry>
</feed>