# Retro Forth Pipes Let's try and see if we can use bi-directional pipes in [Retro Forth](http://forth.works). ## Run Application ```bash ./pipes.retro ``` ## Build HTML Docs ```bash ./build.retro pipes.retro > pipes.html ```