mirror of
https://github.com/erg-lang/erg.git
synced 2025-10-01 05:11:09 +00:00
Update stream.er
This commit is contained in:
parent
f3a5d31ec4
commit
5974ee942c
1 changed files with 3 additions and 0 deletions
|
@ -1,2 +1,5 @@
|
||||||
print!(1 + 1 |> f())
|
print!(1 + 1 |> f())
|
||||||
print!(1 + 1 |> .abs())
|
print!(1 + 1 |> .abs())
|
||||||
|
|
||||||
|
print!(f(1+1))
|
||||||
|
print!((1+1).abs())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue