expected>string ( obj -- str ) - Factor Documentation

expected>string ( obj -- str )


Vocabulary
debugger

Inputs
obj an object


Outputs
str an object


Definition
IN: debugger

GENERIC: expected>string ( obj -- str )


Methods
USING: debugger kernel ;

M: f expected>string drop "end of input" ;


USING: debugger strings ;

M: string expected>string ;


USING: accessors debugger words ;

M: word expected>string name>> ;

AltStyle によって変換されたページ (->オリジナル) /