[BACK]Return to help.k CVS log [TXT][DIR] Up to [local] / OpenXM / src / k097

Diff for /OpenXM/src/k097/help.k between version 1.10 and 1.11

version 1.10, 2001/05/27 12:48:02 version 1.11, 2003/11/20 09:20:36
Line 1 
Line 1 
 /* $OpenXM: OpenXM/src/k097/help.k,v 1.9 2001/01/08 05:26:48 takayama Exp $ */  /* $OpenXM: OpenXM/src/k097/help.k,v 1.10 2001/05/27 12:48:02 takayama Exp $ */
 if (K00_verbose)  if (K00_verbose)
   Println("help.k:  8/6, 1996 --- 8/7, 1996. 3/6, 1997 --- 12/21, 1997.");    Println("help.k:  8/6, 1996 --- 8/7, 1996. 3/6, 1997 --- 12/21, 1997.");
   
Line 571  HelpAdd(["IsPolynomial",
Line 571  HelpAdd(["IsPolynomial",
  ["obj"],   ["obj"],
  ["DC","Is*","Tag"],   ["DC","Is*","Tag"],
  "check if a given object is a polynomial."   "check if a given object is a polynomial."
   ]);
   
   HelpAdd(["QuoteMode",
    ["QuoteMode(1) sets the parser in the quotemode; if unknown function symbol",
     "comes, it automatically translates the expression into a tree.",
     "Example: class polymake extends PrimitiveObject {local ; def hogera() { return(1);} } ",
     "         QuoteMode(1); polymake.foo(1,2): ",
     "QuoteMode(0) turns off the quotemode."],
    ["Tag"],
    "Change into the quote mode."
 ]);  ]);
   
   

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>