Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F4502074
example.cjs
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
424 B
Referenced Files
None
Subscribers
None
example.cjs
View Options
const math = Ant.require('./math.cjs');
const stuff = Ant.require('./stuff.cjs');
const value = math.mul(2, 3);
const result = math.add(value, 3);
Ant.println(this);
Ant.println();
function main() {
Ant.println(result);
Ant.println(math.PI);
Ant.println(stuff.test());
Ant.println(Ant.__dirname);
Ant.println(typeof result);
Ant.println(value instanceof Number);
Ant.println(String(123));
}
void main();
File Metadata
Details
Attached
Mime Type
application/javascript
Expires
Sun, May 3, 8:58 AM (6 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
524174
Default Alt Text
example.cjs (424 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment