Learn to Program with ZedLX

Free Online Programming Course for Beginners

Procedures [6/13]

The procedure multiCircle draws a shape consisting of many concentric circles.

Important Note:
In many programming languages, procedures are commonly reffered to as “functions”, removing any distinction between procedures and functions. ZedLX uses a different approach. However, even in ZedLX, the keyword for defining procedures is still fn.

Loading...