Quiz: Hello, World!
2 min read
1. What happens if a script does not end with terminate_this_script?
Show hint
The game executes the script instructions one by one in sequence until there is a command that tells it to stop.
2. What is the difference between 1 and 1.0 in Sanny Builder?
Show hint
The compiler and the game treat whole numbers and decimal numbers as different types.
3. Which of these is a valid block comment in Sanny Builder?
Show hint
Sanny Builder supports two styles of block comments. One of them is the same as in C.