aboutsummaryrefslogtreecommitdiff
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