Search results

From ApCoCoAWiki

Page title matches

  • <title>Print</title> <short_description>print the value of an expression</short_description>
    1 KB (150 words) - 10:02, 24 October 2007
  • #redirect [[CoCoA:Print]]
    25 bytes (3 words) - 09:15, 7 October 2020
  • <title>Print On</title> <short_description>print to an output device</short_description>
    1 KB (212 words) - 10:02, 24 October 2007
  • #redirect [[CoCoA:Print On]]
    28 bytes (4 words) - 09:16, 7 October 2020

Page text matches

  • <title>Print</title> <short_description>print the value of an expression</short_description>
    1 KB (150 words) - 10:02, 24 October 2007
  • <short_description>print the value of an expression</short_description> This command is equivalent to <ttref>Print</ttref> with a final extra
    984 bytes (124 words) - 10:02, 24 October 2007
  • <title>Print On</title> <short_description>print to an output device</short_description>
    1 KB (212 words) - 10:02, 24 October 2007
  • command. What this means in practice is that CoCoA will not print a Print <quotes>hello </quotes>; Print <quotes>world</quotes>;
    1 KB (176 words) - 10:02, 24 October 2007
  • The function <ttref>Print On</ttref> is then used for appending output to S. Print <quotes>hello world</quotes> On D; -- print string into <quotes>mytest</quotes>
    1 KB (193 words) - 10:02, 24 October 2007
  • <see>ApCoCoA-1:Print|Print</see> <see>ApCoCoA-1:Print On|Print On</see>
    1 KB (193 words) - 13:31, 29 October 2020
  • string with the help of <tt>Print On</tt>. Print L On D; -- print to D
    1 KB (175 words) - 10:02, 24 October 2007
  • #redirect [[CoCoA:Print]]
    25 bytes (3 words) - 09:15, 7 October 2020
  • #redirect [[CoCoA:Print On]]
    28 bytes (4 words) - 09:16, 7 October 2020
  • Print "Der ggT lautet "; Abs(B); Print "."; Return; Print "Der ggT lautet "; Abs(A); Print "."; Return;
    1 KB (218 words) - 20:13, 17 July 2008
  • ...eine neue Zeile in der Ausgabe angefangen. Die direkte Kombination aus <tt>Print</tt> und <tt>NewLine</tt> ist <tt>PrintLn</tt>.
    1,016 bytes (149 words) - 15:20, 20 January 2017
  • <short_description>print a string, N lines at a time</short_description> The purpose of this function is to print the string S without
    1 KB (248 words) - 10:02, 24 October 2007
  • <short_description>print the online manual to a file</short_description> print part P, chapter C, section S. Recall that the online help
    919 bytes (150 words) - 10:02, 24 October 2007
  • <short_description>print polynomial with *'s for multiplications</short_description> These functions print the polynomial F with asterisks added to denote
    1 KB (151 words) - 10:02, 24 October 2007
  • Print <quotes>hello world</quotes> On D; -- print string into <quotes>mytest</quotes>
    1 KB (161 words) - 10:02, 24 October 2007
  • <short_description>print command descriptions to a file</short_description> To print sections of the online manual, use the function <ttref>H.OutManual</ttref>.
    1 KB (169 words) - 10:02, 24 October 2007
  • For N := 1 To 5 Do Print 2^N, <quotes> </quotes>; EndFor; For N := 1 To 20 Step 3 Do Print N, <quotes> </quotes>; EndFor;
    2 KB (321 words) - 10:02, 24 October 2007
  • <short_description>print status of a panel's options</short_description>
    811 bytes (93 words) - 10:02, 24 October 2007
  • Catch Print <quotes>Hello </quotes>; Return; EndCatch; Catch Print <quotes>Hello </quotes>; Return 3; EndCatch;
    2 KB (309 words) - 10:02, 24 October 2007
  • Print <quotes>test</quotes> On D; -- write to my-file
    637 bytes (90 words) - 10:02, 24 October 2007

View (previous 20 | next 20) (20 | 50 | 100 | 250 | 500)