UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

18 lines (17 loc) 288 B
module.exports = { 'name': 'unaryPlus', 'category': 'Operators', 'syntax': [ '+x', 'unaryPlus(x)' ], 'description': 'Converts booleans and strings to numbers.', 'examples': [ '+true', '+"2"' ], 'seealso': [ 'add', 'subtract', 'unaryMinus' ] };