Here's where it all starts! In this section, we'll be diving into the basics of coding, one note at a time.
Don't worry, this won't hurt. Basic syntax is where it's at, folks!
if (true) {
print('Hello, world!');
}
That's right, it's that easy. Now, go ahead and try it yourself.
Next Lesson: Functions and Loops Back to Coder Cassette 3