Hello World
Getting Started
Install LnzScript
From the Start menu, click "LnzScript Editor", aka lnzeditor.exe
In the editor, type
Mouse.move(1,1); print('hello');
Select Run Script from the Run menu, and watch the script go, and print "hello" to the output pane on the right.
A script can be stopped by clicking Stop Script from the Run menu.
Back