Syntax:
after {count} tick[s]/second[s]/minute[s] {block}
Keyword handler:
linguist.basic.keyword.BKAfter.class
Runtime handler(s):
linguist.basic.handler.BHAfter.class
Function:
Sets up a one-shot timer. When it fires the instruction(s) at {block} are executed. See also every.
Example(s):
after 20 seconds prompt "Hurry up"
after 1 minute go to Timeout
after 2 seconds
begin
show view 1 of Button
set Hilited
end