doc clarification on beg0
bytecode form
From Gustavo, and intended to be part of commit
2d95c39051
.
This commit is contained in:
parent
8e3ea24b48
commit
0adf62bfb9
|
@ -493,7 +493,11 @@ binding, constructor, etc.}
|
||||||
Represents a @racket[begin0] expression.
|
Represents a @racket[begin0] expression.
|
||||||
|
|
||||||
After each expression in @racket[seq] is evaluated, the stack is
|
After each expression in @racket[seq] is evaluated, the stack is
|
||||||
restored to its depth from before evaluating the expression.}
|
restored to its depth from before evaluating the expression.
|
||||||
|
|
||||||
|
Unlike the @racket[begin0] source form, the first expression in
|
||||||
|
@racket[seq] is never in tail position, even if it is the only
|
||||||
|
expression in the list.}
|
||||||
|
|
||||||
@defstruct+[(varref expr) ([toplevel (or/c toplevel? #t)]
|
@defstruct+[(varref expr) ([toplevel (or/c toplevel? #t)]
|
||||||
[dummy (or/c toplevel? #f)])]{
|
[dummy (or/c toplevel? #f)])]{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user