string->obj

[procedure] string->obj string

[procedure] obj->string obj

Bigloo: converts Bigloo object (except procedure) to a string representation and vice versa.

  (equal? obj (string->obj (obj->string obj))) => #t