aboutsummaryrefslogtreecommitdiffhomepage
path: root/samples/io/echo.bruijn
blob: b17bda1ba406e8f17f5b401ce4c4cefc5373b857 (plain) (blame)
1
2
3
4
5
6
7
8
9
# "echo text | bruijn echo.bruijn"

:import std/Monad .

# returning the binary encoded argument ⇒ echo
main [0]

# alternative using monads
main* read >>= return