print-status text or variables
Prints the text or variables to the status bar. The status
bar is located at the bottom left of the Interface Window, to the right
of the X and Y coordinates.
It prints to the browser's status bar when a project is running as an
applet.
Examples:
print-status "Hi"
print-status color-of 0 prints the color of the turtle with who
number 0 .
Related commands:
print
|