(unparse ..args)
  args: zero or more arguments (any type)
  returns a str
F

Losslessly converts GameLisp data into a string.

This function is similar to str, but it will fail if it receives data which can't be losslessly represented as text. This includes...

The result of (parse-1 (unparse val)) is guaranteed to be eq? to val.

parse-1
pretty-unparse