CONTENTS | INDEX | PREV | NEXT
6.3i

SYNTAX            : LIST U REG REG REG

RESULTING ARGUMENT: None

FUNCTION          : Set the values of the registers whose names immediately
                    follow the command to the values passed as a list; the
                    first value goes into the first register, the third
                    goes into the last one.

LIST              : The new values for the registers.

EXAMPLE           : -3 ;T U 1 2 3
                    Load register 1 with the current value of hours, register
                    2 with the value of minutes, and register 3 ith the value
                    of seconds.

NOTE 1            : If a register contains a string-value, then that string
                    is lost. From then on, the register is treated as numeric.

7.0:
NOTE 2            : To access the register as an array, a subscript can be
                    used.

MATRIX