Statements shouldn't be allowed in pipelines to prevent errors like the following: * `let x = let y = 5` * `return cmd1 | cmd2` (returns only `cmd1`) Related: https://github.com/nushell/new-nu-parser/issues/37