Sign in
eclipse
/
ease
/
org.eclipse.ease.scripts
/
1918e6763c61f3435f63eff9f40c99522d706d9e
/
.
/
JavaScript Beginner Tutorial
/
01 Hello world
/
01 Hello world.js
blob: fc48d4d2089609a3319f2d6fb9867c694548a92c [
file
]
// to run, right click on file in Project Explorer and select "Run As/EASE Script"
// output will be printed to the console view
print
(
"Hello World"
);