nM> calculator x 2 2 + Calc: X = 4.0
TAG=
syntax (see below), it is rare
to see more than two or three commas in a row.nM> calculator ,, 2 2 + Calc: ANSWER = 4.0
TAG=
syntax.
nM> res LABEL=x VALUE="a string"
TAG=
syntax the order of the arguments is not
important (for most commands).IF
commands from the Shell. This
is useful for debugging.
nM> res x "a string" nM> if x EQS "A STRING" INFO: Logical test = true nM> if/cs x EQS "A STRING" INFO: Logical test = false
X-Midas Users Take Note: |
---|
![]() TAG= syntax for parameters. As a
result it is not uncommon to see commands specified with ten or more commas in a row to skip
some of the parameters. Matching the parameters up in this case can be very tedious and is
prone to mistakes in either X-Midas or NeXtMidas.
|