Handbook
Glossary
<lexenv> ( -- lexenv )
Vocabulary
smalltalk
.
compiler
.
lexenv
Inputs
None
Outputs
lexenv
an
object
Definition
USING:
kernel
;
IN:
smalltalk.compiler.lexenv
:
<lexenv>
( -- lexenv )
lexenv
new
;
inline