Join two texts read from the terminal into a single one.

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

  1. We add a While loop, which repeats forever.
  2. We create the text variables terminal, first, last and result.
  3. And two more text variables, last and result.
  4. Above the loop we clear the terminal with an empty Set.
  5. Behind it we read the first name with Wait.
  6. And behind that we read the last name the same way.
  7. Behind it we set result to the variable first.
  8. And we join the last name behind it.

When you finish, the app takes you straight to the next tutorial in the path.

Build it in Nairda