[BACK]Return to exp-ja.texi CVS log [TXT][DIR] Up to [local] / OpenXM / src / asir-doc / exp

Diff for /OpenXM/src/asir-doc/exp/exp-ja.texi between version 1.8 and 1.9

version 1.8, 2004/06/23 08:52:18 version 1.9, 2004/06/27 10:08:56
Line 1 
Line 1 
 %% $OpenXM: OpenXM/src/asir-doc/exp/exp-ja.texi,v 1.7 2004/04/16 02:28:40 takayama Exp $  %% $OpenXM: OpenXM/src/asir-doc/exp/exp-ja.texi,v 1.8 2004/06/23 08:52:18 takayama Exp $
 \input texinfo  \input texinfo
 @iftex  @iftex
 @catcode`@#=6  @catcode`@#=6
Line 38 
Line 38 
 @title $B<B83E*;EMM$N4X?t(B  @title $B<B83E*;EMM$N4X?t(B
 @subtitle Risa/Asir $B<B83E*;EMM4X?t@bL@=q(B  @subtitle Risa/Asir $B<B83E*;EMM4X?t@bL@=q(B
 @subtitle 1.0 $BHG(B  @subtitle 1.0 $BHG(B
 @subtitle 2004 $BG/(B 4 $B7n(B  @subtitle 2004 $BG/(B 6 $B7n(B
   
 @author  by Risa/Asir comitters  @author  by Risa/Asir comitters
 @page  @page
Line 118  ChangeLog $B$N9`L\$O(B www.openxm.org $B$N(B cvswe
Line 118  ChangeLog $B$N9`L\$O(B www.openxm.org $B$N(B cvswe
 * dp_weyl_gr_main::  * dp_weyl_gr_main::
 * list::  * list::
 * mapat::  * mapat::
   * set_print_function::
 @end menu  @end menu
   
 @comment --- $B"~"~"~"~(B  $B4X?t(B quotetotex, quotetotex_env $B$N@bL@(B $B"~"~"~"~(B  @comment --- $B"~"~"~"~(B  $B4X?t(B quotetotex, quotetotex_env $B$N@bL@(B $B"~"~"~"~(B
Line 981  ChangeLog
Line 982  ChangeLog
  $BJQ99$r$&$1$?%=!<%9%3!<%I$O(B builtin/list.c $B$G$"$k(B.   $BJQ99$r$&$1$?%=!<%9%3!<%I$O(B builtin/list.c $B$G$"$k(B.
 @end itemize  @end itemize
   
   
   @node set_print_function,,, $B<B83E*;EMM$N4X?t(B
   @subsection @code{set_print_function}
   @findex set_print_function
   
   @comment --- $B4X?t$N4JC1$J@bL@(B ---
   @table @t
   @item set_print_function([@var{fname}])
   :: $B2hLLI=<(MQ$N4X?t$rEPO?(B
   @end table
   
   @table @var
   @item return
   $B@0?t(B
   @item fname
   $BJ8;zNs(B
   @end table
   
   @itemize @bullet
   @item
   @code{set_print_function} $B$O(B @code{fname(F)} $B$rDL>o$N2hLLI=<(4X?t$NBe$o$j$K$h$V(B.
   @code $B0z?t$,$J$$>l9g$O2hLLI=<(4X?t$r%G%U%)!<%k%H$XLa$9(B.
   @code Asir-contrib $B$O$3$N4X?t$rMQ$$$F=PNO4X?t$r(B Asir-contrib $BMQ$KJQ99$7$F$$$k(B.
   @end itemize
   
   @example
   [219] def my_output(F) {
              print("Out: ",0); print(rtostr(F));
         }
   [220] set_print_function("my_output");
   Out: 0
   [221]  1+2;
   Out: 3
   @end example
   
   @table @t
   @item $B;2>H(B
   @ref{rtostr}
   @end table
   
   @noindent
   ChangeLog
   @itemize @bullet
   @item $B$3$N4X?t$O(B 2001-9-4 $B$K(B asir-contrib $B$N$?$a$KF3F~$5$l$?(B.
    $BJQ99$r$&$1$?%=!<%9%3!<%I$O(B builtin/print.c 1.11 $B$G$"$k(B.
   @end itemize
   
   
 @comment --- $B"~"~"~"~(B  $B0J2<B>$N4X?t$K$D$$$F??;w$7$F5-=R$9$k(B. $B"~"~"~"~(B  @comment --- $B"~"~"~"~(B  $B0J2<B>$N4X?t$K$D$$$F??;w$7$F5-=R$9$k(B. $B"~"~"~"~(B

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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