Foundational tutorials to take your first steps.
Hello world
BeginnerDraw a label on the dashboard and write hello world in it
Foundational tutorials to take your first steps.
Draw a label on the dashboard and write hello world in it
Put hello world into a text variable and show it in a terminal
Create a number variable, set it to a value and show it on a label
Show the same variable on a label, a slider and a chart at the same time
Two dashboard buttons that add and subtract one from the same variable
Read two numbers typed into the terminal and print their sum
Join two texts read from the terminal into a single one
Count how many letters a text has with the Length block
Count seconds by adding one to a variable on every turn of the loop
Use a Repeat loop that runs a fixed number of times instead of forever
Roll two dice with random numbers and print them in the terminal
Check whether a random number is even or odd using the remainder
Give the While loop a condition so it stops instead of repeating forever
Create a function with its own canvas and call it from the main program