13.7.3 Special Comments (original) (raw)

13.7.3 Special Comments🔗

Creates a special-comment value that encapsulates v. Theread, read-syntax, etc., procedures treat values constructed with make-special-comment as delimiting whitespace when returned by a reader-extension procedure (seeReader-Extension Procedures).

Returns #t if v is the result ofmake-special-comment, #f otherwise.

Returns the value encapsulated by the special-comment valuesc. This value is never used directly by a reader, but it might be used by the context of a read-char-or-special, etc., call that detects a special comment.