String::Quote — Quote a string with 's
Import String;
string String::Quote (
)
unquoted string
quoted string
quote("a'b") -> "a'\''b"