What is the Difference Between Import, Alias and Use: Revision history

Jump to: navigation, search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

13 October 2023

  • curprev 08:5208:52, 13 October 2023Admin talk contribs 339 bytes +339 Created page with "These are keywords that let you use code across modules. ==Alias== A shortcut to another module. The syntax lets you reference a function without typing out the entire module names/hierarchy. ==Import== Pulls all functions from a module into the current module. You use the imported module functions in the current module. ==Use== ?"