-
Notifications
You must be signed in to change notification settings - Fork 64
Closed
Description
gotour/_content/tour/eng/functions.article
Lines 59 to 61 in df52d8d
Functions can return zero or one value (or none, in which case you can omit the | |
return type). The `return` statement is used to specify the value to be returned. | |
In the example above, `add` returns an integer. |
I think this should be:
"Functions can return one or more values (or none, in which case you can omit the
return type)..."
Metadata
Metadata
Assignees
Labels
No labels