manpagez: man pages & more
info r5rs
Home | html | info | man
[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

4.1.1 Variable references

syntax: <variable>

An expression consisting of a variable (section see section Variables; syntactic keywords; and regions) is a variable reference. The value of the variable reference is the value stored in the location to which the variable is bound. It is an error to reference an unbound variable.

 
(define x 28)
x                                      ==>  28


© manpagez.com 2000-2026
Individual documents may contain additional copyright information.