Sign in
eclipse
/
ease
/
org.eclipse.ease.scripts
/
3d11cec0f84f300e774bd3d6196d4f5d25dfa6bb
/
.
/
JavaScript Beginner Tutorial
/
01 Hello world
/
01 Hello world.js
blob: fc48d4d2089609a3319f2d6fb9867c694548a92c [
file
] [
log
] [
blame
]
// 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"
);