A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.lispworks.com/documentation/lw51/CLHS/Body/m_mult_1.htm below:

CLHS: Macro MULTIPLE-VALUE-LIST

CLHS: Macro MULTIPLE-VALUE-LIST Macro MULTIPLE-VALUE-LIST

Syntax:

multiple-value-list form => list

Arguments and Values:

form---a form; evaluated as described below.

list---a list of the values returned by form.

Description:

multiple-value-list evaluates form and creates a list of the multiple values[2] it returns.

Examples:

 (multiple-value-list (floor -3 4)) =>  (-1 1)

Side Effects: None.

Affected By: None.

Exceptional Situations: None.

See Also:

values-list, multiple-value-call

Notes:

multiple-value-list and values-list are inverses of each other.

 (multiple-value-list form) ==  (multiple-value-call #'list form)

Copyright 1996-2005, LispWorks Ltd. All rights reserved.

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4