expr returns the output expression for the step.
()
| 463 | |
| 464 | // expr returns the output expression for the step. |
| 465 | expr() ast.Expr |
| 466 | |
| 467 | // combine assembles two output expressions into a single output step. |
| 468 | combine(other compositionStep) compositionStep |
no outgoing calls