pub fn statement<L, R>(lhs: L, rhs: R) -> StatementNodewhere L: Into<Box<AssignableKind>>, R: Into<Box<ExprKind>>,
Creates a new AstNode for a statement.