Include a file: Difference between revisions

m
Line 2,411:
 
Here's a simple example.
<lang ecmascript>import "./fmt" for Fmt // imports the Fmt module and makes the 'Fmt' class available
import "./math" for Int // imports the Math module and makes the 'Int' class available
 
SystemFmt.print("The maximum safe integer in Wren is %(Fmt$,d.dc(0", Int.maxSafe)).")</lang>
 
{{out}}
9,482

edits