features
-- r7rs
Definition procedure
;
Procedure variants:
(() -> (list-proper))
list-proper
;scheme:base
-- (scheme base)
;scheme
-- (scheme)
;(features)
Returns a list of the feature identifiers which
cond-expand
treats as true. It is an error to modify this list. Here is an example of whatfeatures
might return:(features) ===> (r7rs ratios exact-complex full-unicode gnu-linux little-endian fantastic-scheme fantastic-scheme-1.0 space-ship-control-system)
The text herein was sourced and adapted as described in the "R7RS attribution of various text snippets" appendix.