Handbook
Glossary
line-text<< ( value object -- )
Vocabulary
accessors
Inputs
value
an
object
object
an
object
Outputs
None
Definition
IN:
accessors
GENERIC:
line-text<<
( value object -- )
Methods
USING:
accessors
lexer
slots.private
;
M:
lexer-error
line-text<<
4
set-slot
;
inline
USING:
accessors
lexer
slots.private
;
M:
lexer-parsing-word
line-text<<
4
set-slot
;
inline
USING:
accessors
kernel
lexer
slots
slots.private
strings
;
M:
lexer
line-text<<
[
dup
string?
[
\
string
bad-slot-value
]
unless
]
dip
4
set-slot
;
inline