From: nisikimi Date: Mon, 13 Apr 2009 07:33:58 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: REL-1-5-5~17 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=fcddea4da02d394767b1d165a1613ed6d900a016;p=m17n%2Fm17n-db.git *** empty log message *** --- diff --git a/FORMATS/IM-tut.txt b/FORMATS/IM-tut.txt index 6e778d6..a509c5a 100644 --- a/FORMATS/IM-tut.txt +++ b/FORMATS/IM-tut.txt @@ -278,7 +278,7 @@ whose Unicode character code is 32 (i.e. SPACE). The second argument of the [[set]] action can be an expression of this form: @verbatim - (OPERAND ARG1 [ARG2]) + (OPERATOR ARG1 [ARG2]) @endverbatim Both ARG1 and ARG2 can be an expression. So, @@ -289,19 +289,19 @@ Both ARG1 and ARG2 can be an expression. So, sets [[X]] to the value of [[Y * 32 + Z]]. -We have the following arithmetic/bitwise OPERANDs (require two arguments): +We have the following arithmetic/bitwise OPERATORs (require two arguments): @verbatim + - * / & | @endverbatim -these relational OPERANDs (require two arguments): +these relational OPERATORs (require two arguments): @verbatim == <= >= < > @endverbatim -and this logical OPERAND (requires one argument): +and this logical OPERATOR (requires one argument): @verbatim !