Category:Wren-long: Difference between revisions

Content added Content deleted
(Tidied links.)
(Revised blurb following addition of Long class.)
Line 1: Line 1:
{{library}}
{{library}}
'''Wren-long''' is a module which adds support for 64-bit integer arithmetic to the Wren programming language. It currently consists of 2 classes: ULong and ULongs. The latter contains static methods for dealing with lists of ULong objects.
'''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.


It is the nineteenth 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.
It is the nineteenth 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.