We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#summary Imports and Includes
= Imports and Includes =
===Import===
To imports Java packages use the sign "$": {{{ $java.lang System.out.println("Hello World!") }}}
===Include===
To include and execute an file with CajuScript code: {{{ $"fileread.cs" fileRead("file.txt") }}}
There was an error while loading. Please reload this page.