YIELD

Synopsis
YIELD
Description

YIELD tells FMSLogo that it's okay to interrupt running Logo code in order to process windows messages, such as keyboard input, mouse clicks, or notifications to repaint the screen. The default state is to yield.

See the NOYIELD command for an explaination of what "yielding" means.

See Also
EVENTCHECK

SourceForge.net Logo