[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.20 and 1.21

version 1.20, 2005/05/04 11:06:55 version 1.21, 2005/07/25 12:23:05
Line 1 
Line 1 
 %% $OpenXM: OpenXM/src/asir-doc/exp/exp-ja.texi,v 1.19 2005/05/04 00:08:38 takayama Exp $  %% $OpenXM: OpenXM/src/asir-doc/exp/exp-ja.texi,v 1.20 2005/05/04 11:06:55 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::
 @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 1472  cgi-asir.sh $B$G$O(B
Line 1473  cgi-asir.sh $B$G$O(B
 @item  @item
   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
   @subsection @code{double_quote}
   @findex double_quote
   
   
   @comment --- $B@bL@(B ---
   @table @t
   @item double_quote,  double quote $B$N<h07$d(B static $BJQ?t$N=i4|2=$NLdBjE@(B.
   @end table
   
   
   @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.
   $B2<$NNc$r;2>H$N$3$H(B.
   @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
   if (1) @{
    module abc;
    static A;
    A=1;
    endmodule;
   @} else @{ @};
   
   end$
   $B$r(B t.rr $B$H$9$k$H$-(B,
   
   [6] load("./t.rr");
   1
   internal error (SEGV)
   $B$H$J$k(B.
   
   t.rr $B$r(B
   if (1) @{
    module abc;
    static A;
    localf initA;
    localf foo;
    def initA() @{
      A=1;
    @}
    initA();
    def foo() @{
      return A;
    @}
    endmodule;
   @} else @{ @};
   
   end$
   $B$H$9$k$H@5$7$/=i4|2=$5$l$k(B.
   @end example
   
   @comment --- ChangeLog
   @noindent
   ChangeLog
   @itemize @bullet
   @item  oxasir-win.rr $B$N<h07$GLdBjE@$H$7$FIb>e(B.  2005.07.25.
   @item ox_asir $B$K7W;;$r0MMj$9$k;~$O(B if (1) @{ ... @}$B$G0O$`(B.
   @end itemize
   
   
 @comment ****************************************************************  @comment ****************************************************************
 @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.20  
changed lines
  Added in v.1.21

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