<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Suppress or show output in Maple</title>
    <link>http://www.mapleprimes.com/questions/99511-Suppress-Or-Show-Output-In-Maple</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 03:43:24 GMT</lastBuildDate>
    <pubDate>Fri, 12 Jun 2026 03:43:24 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Suppress or show output in Maple</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Suppress or show output in Maple</title>
      <link>http://www.mapleprimes.com/questions/99511-Suppress-Or-Show-Output-In-Maple</link>
    </image>
    <item>
      <title>printlevel</title>
      <link>http://www.mapleprimes.com/questions/99511-Suppress-Or-Show-Output-In-Maple?ref=Feed:MaplePrimes:Suppress or show output in Maple:Comments#answer99528</link>
      <itunes:summary>&lt;p&gt;It's the semicolon at the end of the `end do;` that is controlling whether the output from statements within the for-loop get displayed or not. See the help page &lt;a href="http://www.maplesoft.com/support/help/search.aspx?term=printlevel"&gt;?printlevel&lt;/a&gt; for some more on controlling that for nested loops.&lt;/p&gt;
&lt;p&gt;For a string like your "--" you might want to use %s instead of %a inside printf, if you expect the double-quotes to not be displayed.&lt;/p&gt;
&lt;p&gt;The single right-quote ' is sometimes called an uneval quote. It can wrap objects like names, function calls, etc. But the minus sign is not an object, and Maple will issue an error on being handed '-'. The single left-quote can be used to make a name out of symbols, and so is sometimes called a name quote. Hence `-` is a name (it's actually the protected name of the prefix minus operator).&lt;/p&gt;
&lt;!--break--&gt;
&lt;p&gt;Dave Linder&lt;br&gt; Mathematical Software, Maplesoft&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;It's the semicolon at the end of the `end do;` that is controlling whether the output from statements within the for-loop get displayed or not. See the help page &lt;a href="http://www.maplesoft.com/support/help/search.aspx?term=printlevel"&gt;?printlevel&lt;/a&gt; for some more on controlling that for nested loops.&lt;/p&gt;
&lt;p&gt;For a string like your "--" you might want to use %s instead of %a inside printf, if you expect the double-quotes to not be displayed.&lt;/p&gt;
&lt;p&gt;The single right-quote ' is sometimes called an uneval quote. It can wrap objects like names, function calls, etc. But the minus sign is not an object, and Maple will issue an error on being handed '-'. The single left-quote can be used to make a name out of symbols, and so is sometimes called a name quote. Hence `-` is a name (it's actually the protected name of the prefix minus operator).&lt;/p&gt;
&lt;!--break--&gt;
&lt;p&gt;Dave Linder&lt;br&gt; Mathematical Software, Maplesoft&lt;/p&gt;</description>
      <guid>99528</guid>
      <pubDate>Sun, 28 Nov 2010 08:30:51 Z</pubDate>
      <itunes:author>Dave L</itunes:author>
      <author>Dave L</author>
    </item>
    <item>
      <title>If I read ?printlevel right, I can either</title>
      <link>http://www.mapleprimes.com/questions/99511-Suppress-Or-Show-Output-In-Maple?ref=Feed:MaplePrimes:Suppress or show output in Maple:Comments#comment99531</link>
      <itunes:summary>&lt;p&gt;If I read &lt;a href="http://www.maplesoft.com/support/help/search.aspx?term=printlevel"&gt;?printlevel&lt;/a&gt; right, I can either display everything, or nothing, inside the do loop. For now, that's OK. As long as it does what I expect it so I can make it do what I want (as with any programming language, I guess).&lt;/p&gt;
&lt;p&gt;Can I display a k_1 (k with a 1 subscript) string, k_2, etc? I tried a few combinations of %12s/a and quotes, right-apostrophe and left-apostrophe, but could not get it to work.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;If I read &lt;a href="http://www.maplesoft.com/support/help/search.aspx?term=printlevel"&gt;?printlevel&lt;/a&gt; right, I can either display everything, or nothing, inside the do loop. For now, that's OK. As long as it does what I expect it so I can make it do what I want (as with any programming language, I guess).&lt;/p&gt;
&lt;p&gt;Can I display a k_1 (k with a 1 subscript) string, k_2, etc? I tried a few combinations of %12s/a and quotes, right-apostrophe and left-apostrophe, but could not get it to work.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;</description>
      <guid>99531</guid>
      <pubDate>Sun, 28 Nov 2010 10:06:34 Z</pubDate>
      <itunes:author>Jeff</itunes:author>
      <author>Jeff</author>
    </item>
  </channel>
</rss>