blob: d3e017073304bebc62c091a2b1aca27d1b603392 [file] [log] [blame]
var sampleTool = new Native("org.eclipse.epsilon.examples.tools.SampleTool");
sampleTool.name = "George";
sampleTool.sayHello().println();
sampleTool.sayHelloAsVariable("greeting");
greeting.println();