Category:Wren-long: Difference between revisions

m
Change to blurb following addition of support for ranges of Longs and ULongs.
m (Now using internal links to related pages.)
m (Change to blurb following addition of support for ranges of Longs and ULongs.)
 
Line 1:
{{library}}
'''Wren-long''' is a module which adds support for 64-bit integer arithmetic to the Wren programming language. It consists of 4 classes: ULong, Long, ULongs and Longs. The latter two contain static methods for dealing with lists of ULong and Long objects, respectively and instance methods for creating and iterating through ranges of such objects.
 
It is the nineteenth in a series of modules (listed on the language's [[: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