7 lines
167 B
Factor
7 lines
167 B
Factor
|
USING: help.markup help.syntax kernel ;
|
||
|
IN: ui.event-loop
|
||
|
|
||
|
HELP: event-loop?
|
||
|
{ $values { "?" boolean } }
|
||
|
{ $description { $link t } " if there is active windows." } ;
|