parse_function

Function parse_function 

Source
pub fn parse_function(line: &str, line_number: usize) -> Result<Statement>
Expand description

Parse function statement: function name(arg1, arg2, …):