Programming Course for Beginners - ZedLX

The Easiest Online Computer Programming Course, for Free

Procedures [2/13]

The given function-procedure lineREdge draws a line with a rounded edge. The edges are intentionally drawn in a different color to make the inner workings of this function-procedure more obvious.

The function-procedure lineREdge calls built-in function-procedures linewp and discp. The function-procedure linewp draws a line of a specified width. The function-procedure discp draws a disc. These function-procedures were previously demonstrated.

Loading...