Skip to content

Pipe operator #4

Description

@uesteibar

It would be great to have a pipe operator like the one in elixir:

let add = fun(a, b) { a + b }

5
>> add(10) # => 15
>> add(15) # => 30

The expression on the left should be the first argument to the function call on the right

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions