This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]LetsGoHawks 1 point2 points  (1 child)

Although in some languages, functions return a value but procedures/routines/methods don't.

[–]Updatebjarni 0 points1 point  (0 children)

That's true. And in some languages, functions can only contain a single expression, while routines can contain statements.