[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

6.3 Booleans

Builtin Class: <boolean>

A boolean class. Only #t and #f belong to this class.

Function: not obj

[R5RS] Returns #t if and only if obj is #f, and returns #f otherwise.

Function: boolean? obj

[R5RS] Returns #t if obj is a boolean value.

Function: boolean obj

Returns #f iff obj is #f, and returns #t otherwise. Convenient to coerce a value to boolean.


[ < ] [ > ]   [ << ] [ Up ] [ >> ]

This document was generated by Shiro Kawai on October, 7 2008 using texi2html 1.78.