NextPrevUpTopContentsIndex

mailbox-empty-p

Function
Summary

Tests whether a mailbox is empty.

Package

mp

Signature

mailbox-empty-p mailbox => bool

Arguments

mailbox

A mailbox

Values

bool

A generalized boolean

Description

The mailbox-empty-p function returns t if the given mailbox is empty and nil otherwise.

See also

mailbox-send
mailbox-peek
mailbox-read
make-mailbox


LispWorks Reference Manual - 12 Mar 2008

NextPrevUpTopContentsIndex