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