We tell Kotlin what to do through instructions like the println() command. However, we can't just give it any instructions.

Great! Each programming language has its own vocabulary, a list of specific words it understands. These words are code.

Not quite! Didn't we use a different instruction in the previous lesson?