Skip to content

implement simple function definitions #3

Description

@radding

the statement should look like this:

(a, b, c) -> a + b + c;

This is functionally equivalent to

(a, b, c) -> 
    return a + b + c;
done;

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions