<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Infinite number of parameters - how?</title>
    <link>http://www.mapleprimes.com/questions/125816-Infinite-Number-Of-Parameters--How</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Fri, 12 Jun 2026 16:32:19 GMT</lastBuildDate>
    <pubDate>Fri, 12 Jun 2026 16:32:19 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Infinite number of parameters - how?</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Infinite number of parameters - how?</title>
      <link>http://www.mapleprimes.com/questions/125816-Infinite-Number-Of-Parameters--How</link>
    </image>
    <item>
      <title>Clarification</title>
      <link>http://www.mapleprimes.com/questions/125816-Infinite-Number-Of-Parameters--How?ref=Feed:MaplePrimes:Infinite number of parameters - how?:Comments#answer125817</link>
      <itunes:summary>&lt;p&gt;Maybe you need to elaborate some more on what you mean.&lt;/p&gt;
&lt;p&gt;rest parameters do exist:&lt;/p&gt;
&lt;p&gt;p:=proc(a,b) a*b,_rest end proc;&lt;br&gt;p(8,9);&lt;br&gt;p(8,9,s,y,i,o);&lt;/p&gt;
&lt;p&gt;#Another example:&lt;/p&gt;
&lt;p&gt;f:=x-&amp;gt;x^2*`*`(_rest);&lt;br&gt;f(3);&lt;br&gt;f(3,4);&lt;br&gt;f(3,4,5,6,7);&lt;/p&gt;
&lt;p&gt;#There is also the sequence modifier&lt;/p&gt;
&lt;p&gt;g:=proc(s::seq(anything))&amp;nbsp; local S; S:=[s]; S[1]*S[-1] end proc; &lt;br&gt;g(3);&lt;br&gt;g(3,4,5);&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;But maybe that wasn't what you meant?&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Maybe you need to elaborate some more on what you mean.&lt;/p&gt;
&lt;p&gt;rest parameters do exist:&lt;/p&gt;
&lt;p&gt;p:=proc(a,b) a*b,_rest end proc;&lt;br&gt;p(8,9);&lt;br&gt;p(8,9,s,y,i,o);&lt;/p&gt;
&lt;p&gt;#Another example:&lt;/p&gt;
&lt;p&gt;f:=x-&amp;gt;x^2*`*`(_rest);&lt;br&gt;f(3);&lt;br&gt;f(3,4);&lt;br&gt;f(3,4,5,6,7);&lt;/p&gt;
&lt;p&gt;#There is also the sequence modifier&lt;/p&gt;
&lt;p&gt;g:=proc(s::seq(anything))&amp;nbsp; local S; S:=[s]; S[1]*S[-1] end proc; &lt;br&gt;g(3);&lt;br&gt;g(3,4,5);&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;But maybe that wasn't what you meant?&lt;/p&gt;</description>
      <guid>125817</guid>
      <pubDate>Wed, 21 Sep 2011 14:54:09 Z</pubDate>
      <itunes:author>Preben Alsholm</itunes:author>
      <author>Preben Alsholm</author>
    </item>
    <item>
      <title>More details</title>
      <link>http://www.mapleprimes.com/questions/125816-Infinite-Number-Of-Parameters--How?ref=Feed:MaplePrimes:Infinite number of parameters - how?:Comments#comment125820</link>
      <itunes:summary>&lt;p&gt;For those who want all the gory details, you can find them in the &lt;a href="http://www.maplesoft.com/support/help/view.aspx?path=using_parameters"&gt;?using_parameters&lt;/a&gt; help page, and also in these pages:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.maplesoft.com/support/help/view.aspx?path=parameter_classes"&gt;?parameter_classes&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.maplesoft.com/support/help/view.aspx?path=parameter_modifiers"&gt;?parameter_modifiers&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.maplesoft.com/support/help/view.aspx?path=argument_processing"&gt;?argument_processing&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Hope this helps,&lt;/p&gt;
&lt;p&gt;Erik Postma&lt;br&gt;Maplesoft.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;For those who want all the gory details, you can find them in the &lt;a href="http://www.maplesoft.com/support/help/view.aspx?path=using_parameters"&gt;?using_parameters&lt;/a&gt; help page, and also in these pages:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.maplesoft.com/support/help/view.aspx?path=parameter_classes"&gt;?parameter_classes&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.maplesoft.com/support/help/view.aspx?path=parameter_modifiers"&gt;?parameter_modifiers&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.maplesoft.com/support/help/view.aspx?path=argument_processing"&gt;?argument_processing&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Hope this helps,&lt;/p&gt;
&lt;p&gt;Erik Postma&lt;br&gt;Maplesoft.&lt;/p&gt;</description>
      <guid>125820</guid>
      <pubDate>Wed, 21 Sep 2011 18:16:58 Z</pubDate>
      <itunes:author>epostma</itunes:author>
      <author>epostma</author>
    </item>
  </channel>
</rss>