Put hello world into a text variable and show it in a terminal.
This tutorial is part of the Nairda learning path. You can build it step by step inside the app, which checks every block you place before letting you move on.
The steps
- We add a While loop, which repeats forever.
- We create a text variable called text with the value hello world.
- On the dashboard we draw a terminal and give it the variable text.
When you finish, the app takes you straight to the next tutorial in the path.