CONTENTS | INDEX | PREV | NEXT

SYNTAX            : @I / STRING /

RESULTING ARGUMENT: None

FUNCTION          : Similar to Insert. Instead of the ESC-character,
                    the character immediately following the command is
                    used to delimit the string to be inserted. This allows
                    strings with ESC characters in them to be inserted.

EXAMPLE           : @i / test ESC /
                    Will insert the text test and the ESC character.
                    The /-character is used as modification character.

MATRIX