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
  • * print gbasis: prints gbasis on screen (this might be a lot of text) * print special: prints only polynomials which maxDeg<4 or Len<19:
    3 KB (445 words) - 17:46, 20 October 2007
  • Print 100^6 On D;
    1 KB (150 words) - 10:02, 24 October 2007
  • Print J, <quotes> </quotes>;
    867 bytes (122 words) - 10:02, 24 October 2007
  • Print I;
    1 KB (140 words) - 10:02, 24 October 2007
  • <see>Print</see>
    1 KB (161 words) - 10:02, 24 October 2007
  • If J &gt; 2 Then Return Else Print [I,J], <quotes> </quotes>; EndIf
    1 KB (169 words) - 10:02, 24 October 2007
  • Print N^2, <quotes> </quotes>;
    1 KB (167 words) - 10:02, 24 October 2007
  • | Print [[EXPRESSIONS]]
    2 KB (233 words) - 17:34, 20 October 2007
  • # Prints the output window. The corresponding menu entry is Print.
    2 KB (229 words) - 15:15, 15 October 2007
  • Print I, " ";
    2 KB (321 words) - 15:14, 15 October 2007
  • <td> display</td><td> Is used by Matlab to print a CoCoAModule to the command window. E.g. when a command is not terminated
    2 KB (358 words) - 16:55, 19 June 2008
  • Print "Before ", I;
    2 KB (283 words) - 15:20, 16 October 2007
  • Print(Output);
    3 KB (326 words) - 20:50, 22 April 2014
  • * '''CTRL-P''': Print the current document
    3 KB (339 words) - 15:08, 15 October 2007
  • # print warning for "<<" instead of "Source" and "Use Q[xy]" instead of "Use Q[x,y]
    2 KB (331 words) - 16:01, 14 October 2007
  • <td> display </td><td>&nbsp;</td><td> Is used by Matlab to print a CoCoAIdeal to the command window. E.g. when a command is not terminated b
    4 KB (571 words) - 16:54, 19 June 2008
  • the GMP library and header files. If it has trouble, it will print out
    3 KB (448 words) - 16:15, 13 December 2007
  • <td> display </td><td>&nbsp;</td><td> Is used by Matlab to print a CoCoARing to the command window. E.g. when a command is not terminated by
    4 KB (607 words) - 12:46, 31 July 2008
  • # Print: Prints the contents of the output window.
    3 KB (457 words) - 17:30, 21 January 2010
  • '''Note''': If you now print out the result with <code>GB_P</code>, then the polynomials are printed out If we now print out <code>GB_P</code>, we see that the only polynomial in its intersection
    8 KB (1,311 words) - 11:26, 14 February 2021
  • Print PackageAlias, '.' On D;
    4 KB (642 words) - 15:13, 15 October 2007
  • ...it possible to add built-in commands on different levels. For example the Print function is defined in the grammar as well as reintroduced in the parser. Print T2-T1;
    10 KB (1,564 words) - 17:45, 20 October 2007
  • <td> display</td><td>&nbsp;</td><td> Is used by Matlab to print a CoCoAPoly to the command window.
    8 KB (1,206 words) - 14:43, 2 July 2008
  • #* DecimalStr print a fraction as a decimal (without exponent notation)
    7 KB (946 words) - 09:20, 16 October 2007
  • <tt>Print "Dies ist ein Text!";</tt> die Ausgabe <tt>Dies ist ein Text!</tt>.
    7 KB (1,129 words) - 19:07, 17 July 2008