Handbook
Glossary
debug-line ( from to color -- )
Vocabulary
game
.
debug
Inputs
from
an
object
to
an
object
color
an
object
Outputs
None
Definition
USING:
kernel
;
IN:
game.debug
:
debug-line
( from to color -- )
dup
swapd
[
debug-point
]
2bi@
;
inline