User contributions for Yagton

A user with 13 edits. Account created on 8 November 2023.
Jump to navigation Jump to search

6 April 2025

27 March 2025

25 November 2024

21 October 2024

22 July 2024

6 July 2024

21 May 2024

8 November 2023

  • 23:0723:07, 8 November 2023 diff hist +27 m Modules No edit summary
  • 22:4922:49, 8 November 2023 diff hist +654 Modules Update to reflect latest changes to modules code. Tag: Visual edit: Switched
  • 21:5921:59, 8 November 2023 diff hist +3,794 N Modules Created page with "Modules make it possible to reuse code for OWOT scripts, very similar to how <code>require()</code> works in [https://nodejs.org/en/ NodeJS], although in a more decentralized manner. Modules are hosted on [https://github.com/ GitHub], meaning absolutely anybody can create modules for others to use. They can be loaded using the <code>use(identifier: string)</code> function, which takes in an identifier and returns the module’s exported variable(s). Identifiers are in th..."