UNPKG

lml-main

Version:

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

20 lines (19 loc) 294 B
module.exports = { 'name': 'add', 'category': 'Operators', 'syntax': [ 'x + y', 'add(x, y)' ], 'description': 'Add two values.', 'examples': [ 'a = 2.1 + 3.6', 'a - 3.6', '3 + 2i', '3 cm + 2 inch', '"2.3" + "4"' ], 'seealso': [ 'subtract' ] };