isConditional returns true if the condition expression is not trivially true.
()
| 416 | |
| 417 | // isConditional returns true if the condition expression is not trivially true. |
| 418 | isConditional() bool |
| 419 | |
| 420 | // expr returns the output expression for the step. |
| 421 | expr() ast.Expr |