UNPKG

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