Site Search

Search for
Search in Advanced search
s : 744

Results 91-100 of 289 ( 0.073 seconds)
91 CLHS: Section 7.5.3   [ 9.322% ]
... Consider the defining class for a slot S. If the value of the :allocation slot option is :instance , then S is a local slot and each instance of C has its own slot named S that stores its own value. If the...
https://www.lispworks.com/documentation/HyperSpec/Body/07_ec.htm - Cached
text/html - 13740 bytes - Mon, 11 Apr 2005, 17:30:18 UTC
 
92 CLHS: Function STREAM-ELEMENT-TYPE   [ 9.322% ]
... any of several ways. (with-open-file (s "test" :element-type '(integer 0 1) ... :output) (stream-element-type s)) => INTEGER OR=> (UNSIGNED-BYTE 16)...
https://www.lispworks.com/documentation/HyperSpec/Body/f_stm_el.htm - Cached
text/html - 4524 bytes - Mon, 11 Apr 2005, 17:33:16 UTC
 
93 CLHS: Function WRITE-BYTE   [ 9.322% ]
... to stream . Examples: (with-open-file (s "temp-bytes" :direction :output ... 'unsigned-byte) (write-byte 101 s)) => 101 Side Effects: stream is...
https://www.lispworks.com/documentation/HyperSpec/Body/f_wr_by.htm - Cached
text/html - 4970 bytes - Mon, 11 Apr 2005, 17:33:26 UTC
 
94 CLHS: Restart MUFFLE-WARNING   [ 9.322% ]
... #<SIMPLE-WARNING 42744365>) (dolist (s saved) (format t "~&~A~%" s)) >>...
https://www.lispworks.com/documentation/HyperSpec/Body/r_muffle.htm - Cached
text/html - 4315 bytes - Mon, 11 Apr 2005, 17:33:43 UTC
 
95 CLHS: Function LOGTEST   [ 9.322% ]
... if any of the bits designated by the 1's in integer-1 is 1 in integer-2 ; ... as if they were represented in two's-complement binary. Examples: (logtest...
https://www.lispworks.com/documentation/HyperSpec/Body/f_logtes.htm - Cached
text/html - 4232 bytes - Mon, 11 Apr 2005, 17:32:45 UTC
 
96 CLHS: Macro DO-SYMBOLS, DO-EXTERNAL-SYMBOLS...   [ 9.322% ]
... external (let ((lst ())) (do-symbols (s (find-package 'temp)) (push s lst)) ... (let ((lst ())) (do-external-symbols (s (find-package 'temp) lst) (push s ... (let ((lst ())) (do-all-symbols (s lst) (when (eq (find-package 'temp)...
https://www.lispworks.com/documentation/HyperSpec/Body/m_do_sym.htm - Cached
text/html - 10129 bytes - Mon, 11 Apr 2005, 17:33:33 UTC
 
97 CLHS: macro WITH-OPEN-FILE   [ 9.322% ]
... NIL :VERSION :NEWEST> (with-open-file (s p :direction :output :if-exists :supersede) (format s "Here are a couple~%of test data lines~%")) => NIL (with-open-file (s p) (do ((l (read-line s) (read-line...
https://www.lispworks.com/documentation/HyperSpec/Body/m_w_open.htm - Cached
text/html - 8896 bytes - Mon, 11 Apr 2005, 17:33:41 UTC
 
98 CLHS: Section 22.3.7.2   [ 9.322% ]
... lists: (setq foo "Items:~#[ none~; ~S~; ~S and ~S~ ~:;~@{~#[~; and~] ~S~^ ,~}~].") (format nil foo) => "Items:...
https://www.lispworks.com/documentation/HyperSpec/Body/22_cgb.htm - Cached
text/html - 5168 bytes - Mon, 11 Apr 2005, 17:31:26 UTC
 
99 CLHS: Variable *READ-DEFAULT-FLOAT-FORMAT*   [ 9.322% ]
... 1.0) ;Implementation has float formats S and F. => (1.0d0 1.0d0 1.0 1.0 1.0d0 ... ;Implementation has float formats S, F, D. => (1.0d0 1.0d0 1.0 1.0 1.0d0 ... 1.0L0) ;Implementation has formats S, F, D, L. Affected By: None. See Also:...
https://www.lispworks.com/documentation/HyperSpec/Body/v_rd_def.htm - Cached
text/html - 4633 bytes - Mon, 11 Apr 2005, 17:34:09 UTC
 
100 CLHS: Function DELETE-FILE   [ 9.321% ]
... component. Examples: (with-open-file (s "delete-me.text" :direction :output ... => false (with-open-file (s "delete-me.text" :direction :output :if-exists :error) (delete-file s)) => T (probe-file "delete-me.text")...
https://www.lispworks.com/documentation/HyperSpec/Body/f_del_fi.htm - Cached
text/html - 5821 bytes - Mon, 11 Apr 2005, 17:32:25 UTC
 

Result pages:
Previous 5 6 7 8 9 10 11 12 13 14 Next
Sort by: score |  date |  popularity
Company     Contact     Privacy Policy     Terms of Use