nitc :: AReturnExpr :: defaultinit
# A `return` statement. eg `return x` class AReturnExpr super AEscapeExpr # The `return` keyword var n_kwreturn: nullable TKwreturn = null is writable end