Creates anew system variable initialized to the specified value.
value An expression from which the type, structure, and initial value of the new system variable is taken. May be a scalar, array, or structure.
read_only (optional) If present and nonzero, causes the resulting system variable to be read-only. Otherwise, the value for name may be modified.
DEFSYSV, '!e', 2.71828, 1
DEFSYSV, '!de', 2.718218D, 1
INFO, /System_Variables
. . . !DE = 2.7182180 . . . !E = 2.71828 . . .