What does blocking call mean?

A function that does not return until its job is finished, such as forward with a distance. The program waits; nothing else in it runs meanwhile.

Also written as: blocking calls, blocking, blocks until

In a lesson

distance= is a blocking call: nothing after it runs until the move is done. Compare the order of the printed lines:

Learn it

Used in

Do the lesson in the simulator

All glossary terms