Category:Wren-event

From Rosetta Code
(Redirected from Wren-event)
Library
This is an example of a library. You may see a list of other libraries used on Rosetta Code at Category:Solutions by Library.

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 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 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 here. If you need to use the Check class directly, that can even be imported via Wren-event itself.

Pages in category "Wren-event"

This category contains only the following page.