UNPKG

ruchy-syntax-tools

Version:

Comprehensive syntax highlighting and language support for the Ruchy programming language

13 lines (9 loc) 203 B
define(function () { // Predicate-generating function. Often useful outside of Underscore. function constant(value) { return function() { return value; }; } return constant; });