Next: baselib bodies, Previous: baselib types, Up: baselib [Index]
Definitions may appear within a ?top-level-body, at the top of a ?library-body, or at the top of a ?body.
A ?definition may be a variable definition or keyword definition.
Macro uses that expand into definitions or groups of definitions
(packaged in a begin
, let-syntax
, or letrec-syntax
form) may also appear wherever other definitions may appear.
• baselib definitions variables: | Variables definitions. | |
• baselib definitions syntax: | Syntax definitions. |