Category:Wren-event: Difference between revisions

m
Now using internal links to related pages
m (PureFox moved page Wren-event to Category:Wren-event: Should have been a new category.)
m (Now using internal links to related pages)
 
Line 2:
'''Wren-event''' is a module which facilitates simple event-driven programming in the Wren programming language. It consists of a single class, Event.
 
It is the thirty-second 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.
 
To use it you need to copy the source code (in the [https[://rosettacode.org/wiki/Category_talk:Wren-event |talk page]]) to a text file called ''event.wren'' and place this in the same directory as the importing script so the command line interpreter or host application can find it.
 
As there is a dependency on the ''Wren-check'' module, you also need to copy that (if it is not already present) to the same directory as described [https[://rosettacode.org/wiki/Category:Wren-check |here]]. If you need to use the Check class directly, that can even be imported via Wren-event itself.
9,477

edits