-
-
Notifications
You must be signed in to change notification settings - Fork 4
pipe
pannous edited this page Sep 20, 2021
·
8 revisions
The pipe operator chains function calls by passing the last result as augment to the next call:
2|square|root = root(square(2))
With significant whitespace] one could use the pipe operator to denote [[lambda functions but that is doubtful