UNPKG

367 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.addDocs = void 0;
7var addDocs = {
8 name: 'add',
9 category: 'Operators',
10 syntax: ['x + y', 'add(x, y)'],
11 description: 'Add two values.',
12 examples: ['a = 2.1 + 3.6', 'a - 3.6', '3 + 2i', '3 cm + 2 inch', '"2.3" + "4"'],
13 seealso: ['subtract']
14};
15exports.addDocs = addDocs;
\No newline at end of file