Usage
string s
Signature
string: % String
Parameter | Type | Description |
---|---|---|
s | % | a string |
Description
Returns the underlying string.
Remarks
This function does not make a copy of the string, so if s is modified after calling str := string s, then str is affected. Use copy on str if you need to prevent this.