Module come::ast::statement::function_call
source · Expand description
Function call statement like a();.
Structs§
FunctionCallrepresents a standalone function call.
Functions§
- Parse source code to get an
FunctionCall.