Visit Download page to Download the Scilab Software.
After Scilab is loaded, You can open the editor using the top menu of the command window or by typing
scipad()
clc
disp('Hello World')
and save the file as HelloWorld.sce.
exec HelloWorld.sce
Hello World