Expr.stmt_list
Description:
[ CCode ( has_construct_function = false ) ]
[ Version ( since = "3.36" ) ]
public Expr.stmt_list (owned GenericArray<Expr> stmts)
[ Version ( since = "3.36" ) ]
public Expr.stmt_list (owned GenericArray<Expr> stmts)
Creates a new statement list for which the last item will be used as the "return value" from execution.
Parameters:
stmts |
a GenericArray of Expr which will be evaluated in sequence. |
Returns:
a new Expr |