Why do we declare a function with Int?

I can't understand it. Int means integer. Integer is a number. So I don't get why declare a function with a number :S
That's the return type. It means the function will return a value of type int when you call it.
Topic archived. No new replies allowed.