Name newstringvar
Definition newstringvar(s:var(string)):expr(void).
Example s:var(string).
newstringvar(s);
Defined in strings.l
Implementation icode
Description Initialise a string variable. All string variables must be initialised in this way before they are used. The string fields of structured variables must also be initialised.
See Also endstringvar
Note In some future version of LARD this function may be called automatically - but don't hold your breath.