12345678910111213 |
- return {
- tag = 'system',
- summary = 'Get the current operating system.',
- description = 'Returns the current operating system.',
- arguments = {},
- returns = {
- {
- name = 'os',
- type = 'string',
- description = 'Either "Windows", "macOS", "Linux", or "Web".'
- }
- }
- }
|