We define here a procedure called rec depending on two variables representing the dimensions of the rectangle. Hence rec 200 100 will draw a rectangle with height 200 and width 100.
Make some examples:
If we give to the procedure rec only one number, the interpreter will send an error message indicating that the procedure is waiting for a second argument.