mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-30 21:01:10 +00:00
Add stream.er
This commit is contained in:
parent
48f8ef3788
commit
f3a5d31ec4
4 changed files with 24 additions and 10 deletions
2
compiler/erg_parser/tests/stream.er
Normal file
2
compiler/erg_parser/tests/stream.er
Normal file
|
@ -0,0 +1,2 @@
|
|||
print!(1 + 1 |> f())
|
||||
print!(1 + 1 |> .abs())
|
Loading…
Add table
Add a link
Reference in a new issue