Handbook
Glossary
ast-return
Vocabulary
smalltalk
.
ast
Definition
IN:
smalltalk.ast
TUPLE:
ast-return
value
;
Methods
USING:
accessors
smalltalk.ast
smalltalk.compiler.assignment
;
M:
ast-return
assigned-locals
value>>
assigned-locals
;
USING:
accessors
continuations
kernel
quotations
sequences
smalltalk.ast
smalltalk.compiler
;
M:
ast-return
compile-ast
[
value>>
compile-ast
]
[
drop
return>>
1quotation
]
2bi
[
continue-with
]
3append
;
USING:
kernel
smalltalk.ast
smalltalk.compiler.return
;
M:
ast-return
need-return-continuation?
drop
t
;