index
:
yuescript
0.5.0
main
moonplus
parserlib
pegtl
teal-typed
A mirror of https://github.com/pigpigyyy/Yuescript.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
spec
/
inputs
/
pipe_chain_combo.yue
blob: d9265e46f9fee38c651674b23e547a49b8e29f17 (
plain
)
1
2
3
4
5
6
7
8
f1 = (x)-> x + 2 f2 = (x)-> x * 3 value = 3 |> f1 |> f2 |> tostring |> print