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