bool->string

Name

bool->string -- Return the string "false" if ARG is #f, "true" otherwise.

Synopsis

(bool->string arg)

Description

Return the string "false" if ARG is #f, "true" otherwise.

Implementation Notes

Module: (app scwm stringops)

Defined in scheme/stringops.scm at line 25 (CVS log)