Booleans with Guile
The two boolean values are: "true" and "false". Respectively #t or #true and #f or #false in Guile.
In a conditional test context, "true" means any expression other than #f or #false.
Here is a small test suite that illustrates all this:
(use-modules...
rednosehacker.hashnode.dev1 min read