Next Prev Up Top Contents Index

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 (Windows version) - 14 Dec 2001

Next Prev Up Top Contents Index