UNPKG

firescript

Version:
25 lines (15 loc) 252 B
`pipe` statement` ================= The `pipe` statement reads or writes content from a file or variable Syntax ------ ``` [await] pipe foo into 'bla.md' [await] pipe 'bla.md' into foo ``` #### Firescript ```fire ``` #### Javascript ```js ```