mirror of
https://github.com/azur1s/bobbylisp.git
synced 2024-10-16 02:37:40 -05:00
Update pipe.hz
This commit is contained in:
parent
9c782a0a29
commit
516a7ac04a
|
@ -5,4 +5,9 @@ fun main: int = do
|
||||||
let res: int = foo(69)
|
let res: int = foo(69)
|
||||||
|> bar(1);
|
|> bar(1);
|
||||||
@write(res);
|
@write(res);
|
||||||
|
|
||||||
|
@write("\n");
|
||||||
|
|
||||||
|
let y: int = 68 |> foo();
|
||||||
|
@write(y);
|
||||||
end;
|
end;
|
Loading…
Reference in a new issue