A RetroSearch Logo

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

Search Query:

Showing content from http://www.lispworks.com/documentation/HyperSpec/Body/f_vals_l.htm below:

CLHS: Function VALUES-LIST

CLHS: Function VALUES-LIST Function VALUES-LIST

Syntax:

values-list list => element*

Arguments and Values:

list---a list.

elements---the elements of the list.

Description:

Returns the elements of the list as multiple values[2].

Examples:

 (values-list nil) =>  <no values>
 (values-list '(1)) =>  1
 (values-list '(1 2)) =>  1, 2
 (values-list '(1 2 3)) =>  1, 2, 3

Affected By: None.

Exceptional Situations:

Should signal type-error if its argument is not a proper list.

See Also:

multiple-value-bind, multiple-value-list, multiple-values-limit, values

Notes:

 (values-list list) ==  (apply #'values list)

(equal x (multiple-value-list (values-list x))) returns true for all lists x.


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