Category:Wren-ellipse: Difference between revisions

Changed blurb following infrastructure changes.
(Created page for 'Wren-ellipse' module.)
 
(Changed blurb following infrastructure changes.)
Line 1:
{{library}}
'''Wren-ellipse''' is a module which enables various curved figures to be drawn or filled within a [https://rosettacode.org/wiki/Category:DOME DOME] script using the Wren programming language. It consists of three classes, Ellipse, Circle and Button. These classes inherit from Selectable (an abstract class in the ''Wren-polygon'' module) which enables the first two as well as the third to be treated as buttons.
 
It is the twenty-sixth in a series of modules (listed on the language's [https://rosettacode.org/wiki/Category:Wren main page]) designed to assist with writing Rosetta Code tasks so the same code does not have to be written or copy/pasted time and time again thereby bloating a task's script code unnecessarily.
9,476

edits