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_smp_cn.htm below:

CLHS: Function SIMPLE-CONDITION-FORMAT-CONTROL...

CLHS: Function SIMPLE-CONDITION-FORMAT-CONTROL... Function SIMPLE-CONDITION-FORMAT-CONTROL, SIMPLE-CONDITION-FORMAT-ARGUMENTS

Syntax:

simple-condition-format-control condition => format-control

simple-condition-format-arguments condition => format-arguments

Arguments and Values:

condition---a condition of type simple-condition.

format-control---a format control.

format-arguments---a list.

Description:

simple-condition-format-control returns the format control needed to process the condition's format arguments.

simple-condition-format-arguments returns a list of format arguments needed to process the condition's format control.

Examples:

 (setq foo (make-condition 'simple-condition
                          :format-control "Hi ~S"
                          :format-arguments '(ho)))
=>  #<SIMPLE-CONDITION 26223553>
 (apply #'format nil (simple-condition-format-control foo)
                     (simple-condition-format-arguments foo))
=>  "Hi HO"

Side Effects: None.

Affected By: None.

Exceptional Situations: None.

See Also:

simple-condition, Section 9.1 (Condition System Concepts)

Notes: None.

The following X3J13 cleanup issue, not part of the specification, applies to this section:
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