Related changes

From OnixOS

Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.

Recent changes options Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide registered users | Hide anonymous users | Hide my edits | Show bots | Hide minor edits
Show new changes starting from 04:58, 27 August 2026
 
Page name:
List of abbreviations:
N
This edit created a new page (also see list of new pages)
m
This is a minor edit
b
This edit was performed by a bot
(±123)
The page size changed by this number of bytes

25 August 2026

     07:31  (Protection log) [Tedaryum‎ (3×)]
     
07:31 Tedaryum talk contribs protected O Language/Advanced/Runtime [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) ‎ (hist)
     
07:31 Tedaryum talk contribs protected O Language/Advanced/Modules [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) ‎ (hist)
     
07:31 Tedaryum talk contribs protected O Language/Advanced [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) ‎ (hist)
N    07:19  O Language/Advanced/Runtime diffhist +903 Tedaryum talk contribs (Created page with "= Modules and Loading = Modules use the <code>.olm</code> extension. A module can define functions and values that become available to the program that loads it. <pre> load "helpers.olm" </pre> The path is resolved from the current project directory. Keep shared definitions in modules instead of repeating them in every entry point. == Web project loading == Web projects use one central loader: <pre> load "lib/loader.olm" </pre> <code>boot.ola</code> loads <code>li...")
N    07:18  O Language/Advanced/Modules diffhist +903 Tedaryum talk contribs (Created page with "= Modules and Loading = Modules use the <code>.olm</code> extension. A module can define functions and values that become available to the program that loads it. <pre> load "helpers.olm" </pre> The path is resolved from the current project directory. Keep shared definitions in modules instead of repeating them in every entry point. == Web project loading == Web projects use one central loader: <pre> load "lib/loader.olm" </pre> <code>boot.ola</code> loads <code>li...")
N    07:17  O Language/Advanced diffhist +1,081 Tedaryum talk contribs (Created page with "= Advanced Topics = Use this section after Getting Started. It covers the runtime model and language features used in larger programs. == Modules == Move reusable definitions into <code>.olm</code> modules and load them by path. The complete loading order and project loader conventions are described in Modules and Loading. == Runtime control == O Language can start external processes, work with environme...")