What do { and } do?

They mark out the code that belongs to a functionThey mark out which code to always skip in a functionThey indicate that the function can be calledThe prevent function from displaying something

They mark out the code that belongs to a function.