Skip to content

Tutorial Import & Include

Marcos A. Vasconcelos Junior edited this page Mar 26, 2015 · 1 revision

#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") }}}

Clone this wiki locally