<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://miniscript.org/w/index.php?action=history&amp;feed=atom&amp;title=Pull</id>
	<title>Pull - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://miniscript.org/w/index.php?action=history&amp;feed=atom&amp;title=Pull"/>
	<link rel="alternate" type="text/html" href="http://miniscript.org/w/index.php?title=Pull&amp;action=history"/>
	<updated>2026-05-19T14:04:55Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.0</generator>
	<entry>
		<id>http://miniscript.org/w/index.php?title=Pull&amp;diff=197&amp;oldid=prev</id>
		<title>71.226.33.30: Created page with &quot;&lt;c&gt;pull&lt;/c&gt; removes and	returns the first item in a list, or an arbitrary key of a map.  If the list or map is empty (or if called on any other data type), returns null.  See...&quot;</title>
		<link rel="alternate" type="text/html" href="http://miniscript.org/w/index.php?title=Pull&amp;diff=197&amp;oldid=prev"/>
		<updated>2020-03-17T15:45:47Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;c&amp;gt;pull&amp;lt;/c&amp;gt; removes and	returns the first item in a list, or an arbitrary key of a map.  If the list or map is empty (or if called on any other data type), returns null.  See...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;c&amp;gt;pull&amp;lt;/c&amp;gt; removes and	returns the first item in a list, or an arbitrary&lt;br /&gt;
key of a map.  If the list or map is empty (or if called on any other data type), returns null.&lt;br /&gt;
&lt;br /&gt;
See also: [[pop]]; [[push]]; [[remove]]&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;
| ''self'' || list or map || object to remove an element from the end of&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Usage Notes ===&lt;br /&gt;
&amp;lt;c&amp;gt;pull&amp;lt;/c&amp;gt; may be called with function syntax or dot syntax.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ms&amp;gt;[1, 2, 3].pull	// returns (and removes) 1&amp;lt;/ms&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Intrinsic Functions]]&lt;br /&gt;
[[Category:List Methods]]&lt;br /&gt;
[[Category:Map Methods]]&lt;/div&gt;</summary>
		<author><name>71.226.33.30</name></author>
		
	</entry>
</feed>