| 
 | 
A keyword that can be used in Scripting, for executing a graphics command in the Demo window (instead of in the Picture window).
The following code draws a box into the Picture window:
   Erase all
   Draw inner box

The following code draws a box into the Demo window instead:
   demo Erase all
   demo Draw inner box
© Paul Boersma 2023