O Language/API: Difference between revisions
From OnixOS
Created page with "= API Reference = This is the complete reference section. Use it when you know what you want to do and need the exact name, form, or accepted value. * Syntax — definitions, functions, control flow, scopes, and language forms. * Tokens and Operators — literals, operators, delimiters, and keywords. * Types — language values and runtime objects. * O_Language/API/Functions|Built-in Functio..." |
m Protected "O Language/API" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
(No difference)
| |
Latest revision as of 07:32, 25 August 2026
API Reference
This is the complete reference section. Use it when you know what you want to do and need the exact name, form, or accepted value.
- Syntax — definitions, functions, control flow, scopes, and language forms.
- Tokens and Operators — literals, operators, delimiters, and keywords.
- Types — language values and runtime objects.
- Built-in Functions — the built-in runtime function registry.
- CLI —
olangcommands, process management, and web commands. - System APIs — files, processes, environment, sockets, HTTP, and database operations.
Web concepts and framework workflows remain in Web Programming and O Language Web Framework so that this reference stays focused on exact API behavior.
