Difference between revisions of "REQUIRE()"

From Lianjapedia
Jump to: navigation, search
(Description)
(Example)
Line 33: Line 33:
 
// Close all active API procedure library files
 
// Close all active API procedure library files
 
set library to
 
set library to
 +
</code>
 +
 +
 +
<code Lang=“recital”>
 +
local mylib = require(“mylibrary.prg”)
 +
Mylib.name()
 +
Mylib.var = “hello world”
 
</code>
 
</code>
  

Revision as of 20:14, 10 March 2021