[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.21 and 1.22

version 1.21, 2005/07/25 12:23:05 version 1.22, 2005/07/26 05:31:52
Line 1 
Line 1 
 %% $OpenXM: OpenXM/src/asir-doc/exp/exp-ja.texi,v 1.20 2005/05/04 11:06:55 takayama Exp $  %% $OpenXM: OpenXM/src/asir-doc/exp/exp-ja.texi,v 1.21 2005/07/25 12:23:05 takayama Exp $
 \input texinfo  \input texinfo
 @iftex  @iftex
 @catcode`@#=6  @catcode`@#=6
Line 128  ChangeLog $B$N9`L\$O(B www.openxm.org $B$N(B cvswe
Line 128  ChangeLog $B$N9`L\$O(B www.openxm.org $B$N(B cvswe
 * remove_paren::  * remove_paren::
 * set_secure_mode::  * set_secure_mode::
 * set_secure_flag::  * set_secure_flag::
 * double_quote::  * initialize_static_variable::
 @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 1474  cgi-asir.sh $B$G$O(B
Line 1474  cgi-asir.sh $B$G$O(B
   1.33      OpenXM_contrib2/asir2000/parse/parse.h    1.33      OpenXM_contrib2/asir2000/parse/parse.h
 @end itemize  @end itemize
   
 @node double_quote,,, $B<B83E*;EMM$N4X?t(B  @node initialize_static_variable,,, $B<B83E*;EMM$N4X?t(B
 @subsection @code{double_quote}  @subsection @code{initialize_static_variable}
 @findex double_quote  @findex initialize_static_variable
   
   
 @comment --- $B@bL@(B ---  @comment --- $B@bL@(B ---
 @table @t  @table @t
 @item double_quote,  double quote $B$N<h07$d(B static $BJQ?t$N=i4|2=$NLdBjE@(B.  @item static $BJQ?t$N=i4|2=$NLdBjE@(B. $B=i4|2=$N;~$K(B segmentation fault $B$,$*$-$k(B.
 @end table  @end table
   
   
 @itemize @bullet  @itemize @bullet
 @item double quote $B$N<h07(B.  $B2<$N$h$&$J%W%m%0%i%`$G(B parse error $B$,@8$8$k(B.  
 $BLnO$[)$/(B: "TeXmacs $BMQ$K(B, $BE:;z$N<+F0JQ49$J$I$r$d$C$F$$$k$H$-$K(B, ox_asir $B$,<u$1<h$C$?(B  
 $BJ8;zNs$N%P%C%/%9%i%C%7%e$,(B1 $B8D$N>l9g$K(B 2 $B8D$KA}$d$9$H$$$&4X?t$,DI2C(B  
 $B$5$l$F$$$^$9(B. $B;n$7$K$3$l$r30$9$H(B OK $B$N$h$&$G$9(B. $B$G$b$-$C$HB>$G$*$+$7$J(B  
 $B$3$H$,5/$-$k$G$7$g$&$M(B.  
 $B;W$$=P$7$F$-$^$7$?(B. TeX $B$rAw$k$H$-$K(B, $B%P%C%/%9%i%C%7%e$@$i$1$K(B  
 $B$J$k$N$rHr$1$k$?$a$@$C$?$h$&$J(B... "  
 @item static $BJQ?t$N<h07(B.  @item static $BJQ?t$N<h07(B.
 $B2<$NNc$r;2>H$N$3$H(B.  $B2<$NNc$r;2>H$N$3$H(B.
 @end itemize  @end itemize
   
 @example  
 if (1) @{  
   S="\"hoge\"";  
   print(S);  
 @}else@{ @};  
 $B$r(B $B%U%!%$%k(B t.rr $B$K3JG<(B.  
   
 [1207] S=util_read_file_as_a_string("/home/nobuki/t.rr");  
 if (1) @{  
   S="\"hoge\"";  
   print(S);  
 @}else@{ @};  
   
 [1208] eval_str(S);  
 exprparse : parse error  
 0  
   
 t.rr $B$r(B  
 if (1) @{  
   S=" "+asciitostr([34])+"hoge"+asciitostr([34])+" ";  
   print(S);  
 @}else@{ @};  
 $B$HJQ99(B.  S $B$KFI$_9~$`(B.  
 [1212] eval_str(S);  
 exprparse : parse error  
 0  
 S="" $B$,$J$/$F$b(B if (1) $B$@$H%(%i!<$N$h$&$@(B.  
   
 [1213] ox_launch(0,"ox_asir");  
 0  
 [1214] ox_execute_string(0,S);  
 0   $B$7$+$7$3$A$i$O@5$7$/F0:n(B.  
   
 @end example  
   
 @example  @example
 if (1) @{  if (1) @{
  module abc;   module abc;
Line 1573  end$
Line 1532  end$
 ChangeLog  ChangeLog
 @itemize @bullet  @itemize @bullet
 @item  oxasir-win.rr $B$N<h07$GLdBjE@$H$7$FIb>e(B.  2005.07.25.  @item  oxasir-win.rr $B$N<h07$GLdBjE@$H$7$FIb>e(B.  2005.07.25.
   @item  oxasir-win.rr $B$N<h07$G(B double quote $B$N<h$j07$$$KLdBj$,$"$C$?$,(B, $B$3$l$O(B asir2000/io/ox_asir.c, 1.58, $B$GLdBjE@2r7h(B.
 @item ox_asir $B$K7W;;$r0MMj$9$k;~$O(B if (1) @{ ... @}$B$G0O$`(B.  @item ox_asir $B$K7W;;$r0MMj$9$k;~$O(B if (1) @{ ... @}$B$G0O$`(B.
 @end itemize  @end itemize
   

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

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