You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
##Description
The whatcolor function is used to determine the current (foreground) color, ie., the color used for characters that are output using put. The alternate spelling is whatcolour.
##Example
This program outputs the currently-active color number. The message is also given in the currently-active color.
setscreen ("graphics")
�
put "This writing is in color number ", whatcolor
##Details
The screen should be in a "screen" or "graphics" mode. See setscreen for details.