Constructs an AST node representing a function call with arguments. This is similar to ast_func but specifically for function calls in expressions.
Usage
ast_call(name, args = list())Constructs an AST node representing a function call with arguments. This is similar to ast_func but specifically for function calls in expressions.
ast_call(name, args = list())