Site Search
s : 744
Results 1-10 of 289 ( 0.053 seconds)
1 |
CLHS: Glossary-Section S
[
12.982%
]
S safe adj. 1. (of code ) processed in a ... of calling the sequence function 's key argument on the object being ... which is the sequence function 's test argument returns true when given...
https://www.lispworks.com/documentation/HyperSpec/Body/26_glo_s.htm
-
Cached
text/html - 59929 bytes
- Mon, 11 Apr 2005, 17:31:41 UTC
|
2 |
CLHS: Special Operator THROW
[
11.396%
]
... (format t "The inner catch returns ~s.~%" (catch 'foo (unwind-protect (throw...
https://www.lispworks.com/documentation/HyperSpec/Body/s_throw.htm
-
Cached
text/html - 7036 bytes
- Mon, 11 Apr 2005, 17:33:48 UTC
|
3 |
CLHS: Special Operator UNWIND-PROTECT
[
11.395%
]
... (format t "The inner catch returns ~s.~%" (catch 'foo (unwind-protect (throw...
https://www.lispworks.com/documentation/HyperSpec/Body/s_unwind.htm
-
Cached
text/html - 9965 bytes
- Mon, 11 Apr 2005, 17:33:48 UTC
|
4 |
CLHS: Special Operator LET, LET*
[
11.383%
]
... value form. For let* , a variable's scope also includes the remaining ... (let ((a 'inside) (b a)) (format nil "~S ~S ~S" a b (dummy-function))) => ... ((a 'inside) (b a)) (format nil "~S ~S ~S" a b (dummy-function))) =>...
https://www.lispworks.com/documentation/HyperSpec/Body/s_let_l.htm
-
Cached
text/html - 7852 bytes
- Mon, 11 Apr 2005, 17:33:45 UTC
|
5 |
CLHS: Special Operator EVAL-WHEN
[
11.376%
]
... to be executed in the compiler's execution environment, thereby...
https://www.lispworks.com/documentation/HyperSpec/Body/s_eval_w.htm
-
Cached
text/html - 11995 bytes
- Mon, 11 Apr 2005, 17:33:44 UTC
|
6 |
CLHS: Function MAKE-STRING-OUTPUT-STREAM
[
11.372%
]
... that element-type . Examples: (let ((s (make-string-output-stream))) (write-string "testing... " s) (prin1 1234 s) (get-output-stream-string s)) => "testing... 1234" Affected By:...
https://www.lispworks.com/documentation/HyperSpec/Body/f_mk_s_2.htm
-
Cached
text/html - 4782 bytes
- Mon, 11 Apr 2005, 17:32:52 UTC
|
7 |
CLHS: Special Operator GO
[
9.403%
]
Special Operator GO Syntax: go tag =>| Arguments and Values: tag ---a go tag . Description: go transfers control to the point in the body of an enclosing tagbody form labeled by a tag eql to tag . If there is no such tag in the body, the bodies of lexicall...
https://www.lispworks.com/documentation/HyperSpec/Body/s_go.htm
-
Cached
text/html - 4824 bytes
- Mon, 11 Apr 2005, 17:33:45 UTC
|
8 |
CLHS: Special Operator IF
[
9.403%
]
Special Operator IF Syntax: if test-form then-form [ else-form ] => result * Arguments and Values: Test-form ---a form . Then-form ---a form . Else-form ---a form . The default is nil . results ---if the test-form yielded true , the values returned by the...
https://www.lispworks.com/documentation/HyperSpec/Body/s_if.htm
-
Cached
text/html - 4252 bytes
- Mon, 11 Apr 2005, 17:33:45 UTC
|
9 |
CLHS: Special Operator FUNCTION
[
9.403%
]
Special Operator FUNCTION Syntax: function name => function Arguments and Values: name ---a function name or lambda expression . function ---a function object . Description: The value of function is the functional value of name in the current lexical envir...
https://www.lispworks.com/documentation/HyperSpec/Body/s_fn.htm
-
Cached
text/html - 6991 bytes
- Mon, 11 Apr 2005, 17:33:45 UTC
|
10 |
CLHS: Special Operator LOCALLY
[
9.403%
]
Special Operator LOCALLY Syntax: locally declaration * form * => result * Arguments and Values: Declaration ---a declare expression ; not evaluated. forms ---an implicit progn . results ---the values of the forms . Description: Sequentially evaluates a bod...
https://www.lispworks.com/documentation/HyperSpec/Body/s_locall.htm
-
Cached
text/html - 5723 bytes
- Mon, 11 Apr 2005, 17:33:45 UTC
|
Result pages: |
|
||||||||||||
Sort by: | score | date | popularity |