1 Evaluation Model
2 Syntax Model
3 Core Syntactic Forms
4 Core Datatypes
5 Structures
6 Classes and Objects
7 Units
8 Contracts
9 Control Flow
10 Concurrency
11 Macros
12 Input and Output
13 Reflection and Security
14 Operating System
15 Memory Management
16 Running PLT Scheme
Index
On this page:
#%variable-reference

contents

 index

← prev  up  next →

 

3.4 Locations: #%variable-reference

(#%variable-reference id)

(#%variable-reference (#%top . id))

Produces an opaque value representing the location of id, which must be bound as a top-level variable or module-level variable.

The result is useful only to low-level extensions; see (part "inside-mzscheme").

 

contents

 index

← prev  up  next →