Flush-String

(flush-string string) -> null

Converts the given string to the empty string "".

Example:

>> a
:: "Can anybody hear me?"
>> (flush-string a)
:: null
>> a
:: ""