Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 490 Bytes

ExprCall.md

File metadata and controls

16 lines (8 loc) · 490 Bytes

ExprCall

A call expression, including calls to predefined functions and operators. For example, value == 10, size(map_value).

Properties

Name Type Description Notes
target Expr [optional]
function String Required. The name of the function or method being called. [optional]
args List<Expr> The arguments. [optional]