2013-08-14 15:39:21 +04:00

15 lines
268 B
JavaScript

module.exports = {
'name': 'help',
'category': 'Utils',
'syntax': [
'help(object)',
'help(string)'
],
'description': 'Display documentation on a function or data type.',
'examples': [
'help(sqrt)',
'help("complex")'
],
'seealso': []
};