[BACK]Return to misc.texi CVS log [TXT][DIR] Up to [local] / OpenXM / src / asir-doc / parts / builtin

Diff for /OpenXM/src/asir-doc/parts/builtin/misc.texi between version 1.10 and 1.12

version 1.10, 2002/09/03 01:50:59 version 1.12, 2003/04/20 08:01:29
Line 1 
Line 1 
 @comment $OpenXM: OpenXM/src/asir-doc/parts/builtin/misc.texi,v 1.9 2002/07/15 07:59:27 noro Exp $  @comment $OpenXM: OpenXM/src/asir-doc/parts/builtin/misc.texi,v 1.11 2003/04/19 15:44:58 noro Exp $
 \BJP  \BJP
 @node $B$=$NB>(B,,, $BAH$_9~$_H!?t(B  @node $B$=$NB>(B,,, $BAH$_9~$_H!?t(B
 @section $B$=$NB>(B  @section $B$=$NB>(B
Line 781  as its return value.
Line 781  as its return value.
   
 @example  @example
 [0] shell("ls");  [0] shell("ls");
 alg             da              katsura         ralg            suit  alg           da            katsura       ralg          suit
 algt            defs.h          kimura          ratint          test  algt          defs.h        kimura        ratint        test
 alpi            edet            kimura3         robot           texput.log  alpi          edet          kimura3       robot         texput.log
 asir.o          fee             mfee            sasa            wang  asir.o        fee           mfee          sasa          wang
 asir_symtab     gr              mksym           shira           wang_data  asir_symtab   gr            mksym         shira         wang_data
 base            gr.h            mp              snf1            wt  base          gr.h          mp            snf1          wt
 bgk             help            msubst          solve  bgk           help          msubst        solve
 chou            hom             p               sp  chou          hom           p             sp
 const           ifplot          proot           strum  const         ifplot        proot         strum
 cyclic          is              r               sugar  cyclic        is            r             sugar
 0  0
 [1]  [1]
 @end example  @end example
Line 816  cyclic          is              r               sugar
Line 816  cyclic          is              r               sugar
 @item arg0  @item arg0
 \JP $B%j%9%H(B, $B%Y%/%H%k(B, $B9TNs(B  \JP $B%j%9%H(B, $B%Y%/%H%k(B, $B9TNs(B
 \EG list, vector or matrix  \EG list, vector or matrix
 @item arg1, ...  @item arg1  ...
 \JP $BG$0U(B ($B;D$j$N0z?t(B)  \JP $BG$0U(B ($B;D$j$N0z?t(B)
 \EG arbitrary (the rest of arguments)  \EG arbitrary (the rest of arguments)
 @end table  @end table
Line 1054  by using @var{options} (@pxref{option}).        
Line 1054  by using @var{options} (@pxref{option}).        
 The value of a specified option is retrieved by @code{getopt}.  The value of a specified option is retrieved by @code{getopt}.
 @item  @item
 If @code{getopt()} is called with no argument, then it returns a list  If @code{getopt()} is called with no argument, then it returns a list
 @code{[[key1,value1],[key2,value2],...]}.  In the list, each @code{key}  @code{[[key1,value1],} @code{[key2,value2],@dots{}]}.
   In the list, each @code{key}
 is an option which was specified when the function executing @code{getopt}  is an option which was specified when the function executing @code{getopt}
 was invoked, and @code{value} is the value of the option.  was invoked, and @code{value} is the value of the option.
 @item  @item

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

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