module.exports = { 'name': 'in', 'category': 'Units', 'syntax': [ 'x in unit', 'in(x, unit)' ], 'description': 'Change the unit of a value.', 'examples': [ '5 inch in cm', '3.2kg in g', '16 bytes in bits' ], 'seealso': [] };