User contributions for Yagton

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽

21 October 2024

22 July 2024

6 July 2024

21 May 2024

8 November 2023

  • 22:0722:07, 8 November 2023 diff hist +27 m ModulesNo edit summary
  • 21:4921:49, 8 November 2023 diff hist +654 ModulesUpdate to reflect latest changes to modules code. Tag: Visual edit: Switched
  • 20:5920:59, 8 November 2023 diff hist +3,794 N ModulesCreated 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..."