Functions can return values, too.

Try creating a function that returns an integer.

Great job! The return keyword lets us specify what value to return.

Oops-a-daisy! What could the keyword for returning be?