fixnum-range-error. ( obj -- ) - Factor Documentation

fixnum-range-error. ( obj -- )


Vocabulary
debugger

Inputs
obj an object


Outputs
None

Definition
USING: io prettyprint sequences ;

IN: debugger

: fixnum-range-error. ( obj -- )
"Cannot convert to fixnum: " write third . ;

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