From: handa Date: Thu, 4 Sep 2008 06:38:13 +0000 (+0000) Subject: (variable list): Fixed. X-Git-Tag: REL-1-5-3~27 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=eeb032c9d2c010d97f0800aa3f649568144b0fef;p=m17n%2Fm17n-db.git (variable list): Fixed. --- diff --git a/FORMATS/IM.txt b/FORMATS/IM.txt index b5a6949..7e7c60c 100644 --- a/FORMATS/IM.txt +++ b/FORMATS/IM.txt @@ -265,10 +265,13 @@ position of a marker is referred by the @c MOVE and the @c DELETE actions.
  • variable list -A variable is a symbol associated with an integer value. The value of -a variable is set by the @c SET action, and is referred by the @c SET, -the @c INSERT, and the @c IF actions. All variables are implicitly -initialized to zero. +A variable is a symbol associated with an integer, a symbol, or an +M-text value. The integer value of a variable can be set and referred +by the @c SET action. It can be referred by the @c INSERT and the @c +IF actions. The M-text value of a variable can be referred by the @c +INSERT action. The symbol value of a variable can not be referred +directly, is used the library implicitly (e.g. candidates-charset). +All variables are implicitly initialized to the integer value zero.