From eeb032c9d2c010d97f0800aa3f649568144b0fef Mon Sep 17 00:00:00 2001 From: handa Date: Thu, 4 Sep 2008 06:38:13 +0000 Subject: [PATCH] (variable list): Fixed. --- FORMATS/IM.txt | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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. -- 1.7.10.4