$ nmstart
$ nm
X
to 7.5.
nM> set x 7.5
X
multiplied by 3.5
and store
the result in Y
.
nM> calculator y x 3.5 *
X
to be 2.5.
nM> set x 2.5
X
multiplied by Y
and store
the result in hexadecimal notation in Z
.
nM> calculator/hex z x y *
X
, Y
, and Z
?
nM> get x D: X = 2.5 nM> get y D: Y = 26.25 nM> get z 10S: Z = 0x00000034