Programming Course for Beginners - ZedLX

The Easiest Online Computer Programming Course, for Free

Procedures [5/13]

This program adds a function-procedure lineREdgeSleep which makes the program wait after a line is drawn.

The function-procedure lineREdgeSleep calls the function lineREdge. This is allowed, more precisely, a body of one procedure can make calls to other functions or procedures.

Try changing the number 200 in the body of function-procedure lineREdgeSleep to make the drawing slower or faster.

Loading...