Delay_For(duration)
Delay_For is a call that takes one argument, which it interprets as a number of seconds (possibly a fraction of a second) to pause program execution. When the delay_for call is reached during program execution, the running program will not continue to the next symbol until the specified number of seconds have elapsed.