Skip to content

tour: Functions section little mistake #66

@rschio

Description

@rschio

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions