What just happened?

Okay, a lot just went on. Let’s get an overview.

Stick with me, we’ll get more hands-on very soon!

  • The orange block labeled fun main contains what is going to be executed when we run the code.
  • The first turquoise block lets us remember things. I’ll explain this in a few lessons! Here, we are remembering the text in the purple block – my name, Boozle.
  • The second turquoise block saying Print doesn’t pring on paper, but to the Logs section on the top. The red block recalls what we remembered earlier. Notice how name shows up on both blocks? So, this will print my name.
  • At the end, the red recall block shows up once again. This is our program’s result — we’ll look at this later.

For now, just run this code!


Run this code

If your code prints anything or throws an error, it will show up here.