Define the default value for a parameter default
default y
Specifies TRUE as the default for a LOGICAL parameter.
default 1.0 10.0
Specifies vector [1.0,10.0] as the default.
default {
a b}
Specifies the string "a b"
as the default.
default a b
Specifies the array ["a", "b"]
as the default.
ADAM:
.ifl
files. .par
file. For primitive data types, a default of !
is changed to INDEF
.