RESULTS
Command:
RESULTS
command (commonly shortened to RES
) can be used
to create and/or set the value of a result or get the value of a result.RESULTS
command combines the functionality of both SET
and GET
depending on the number of parameters given.
LABEL=
and VALUE=
. The label
is the name of the result and value is the new value for the result.LABEL=
and VALUE=
are specified it functions
like SET
.LABEL=
is specified it functions like GET
.LABEL=
nor VALUE=
are specified it lists
all available results.nM> res x 10 nM> res x L: X = 10
RESULTS
Strings to allow for
tabs, newlines, and a host of other special characters.
nM> res s:tabs "A\tB\tC" nM> res tabs 5S: TABS = A B C nM> res s:heart "\u2665" nM> res heart 1S: HEART = ♥