For Beginners

Lesson 1/23

Your First Program

In the script editor on the left enter:

program notepad
keyboard Hello!

Now click ► icon, press F9 or select Debug/Run menu to run your first script.

You can see that Notepad opens and displays Hello! in its window. Congrats, you've just written a robot!

In the next lesson you will try to write a text containing spaces.