stack-overflow. ( obj name -- ) - Factor Documentation

stack-overflow. ( obj name -- )


Vocabulary
debugger

Inputs
obj an object
name an object


Outputs
None

Definition
USING: io kernel ;

IN: debugger

: stack-overflow. ( obj name -- )
write " stack overflow" print drop ;

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