nitc :: ASTBuilder :: make_return
# Make a new return fun make_return(expr: nullable AExpr): AReturnExpr do return new AReturnExpr.make(expr) end