Name endstringvalparam
Definition endstringvalparam(s:val(string)):expr(void).
Example foo(s:val(string)):expr(void)=(
newstringvalparam(s);
...
endstringvalparam(s)
).
Defined in strings.l
Implementation icode
Description Finalise a string val parameter. All string val parameters must be finalised in this way at the end of thier scope. The string fields of structured val parameters must also be finalised.
See Also newstringvalparam
Note In some future version of LARD this function may be called automatically - but don't hold your breath.