Handbook
Glossary
callstack-top>> ( object -- value )
Vocabulary
accessors
Inputs
object
an
object
Outputs
value
an
object
Definition
IN:
accessors
GENERIC:
callstack-top>>
( object -- value )
Methods
USING:
accessors
classes.struct
classes.struct.private
math
vm
;
M:
context
callstack-top>>
T{
struct-slot-spec
{
name
"callstack-top"
}
{
offset 0
}
{
class
integer
}
{
initial 0
}
{
type
cell_t
}
}
read-struct-slot
;
inline