help.js 241 B

12345678
  1. export var helpDocs = {
  2. name: 'help',
  3. category: 'Expression',
  4. syntax: ['help(object)', 'help(string)'],
  5. description: 'Display documentation on a function or data type.',
  6. examples: ['help(sqrt)', 'help("complex")'],
  7. seealso: []
  8. };