Really simple NEWB questions... What are the { } for?

westfw:
The simple explanation is "an Arduino Sketch is a simplified C program. For details, learn C."

I wouldn't say "simplified". I'd say it's a specifically-structured C program. That structure happens to work well for an embedded microcontroller environment running bare metal.