[][src]Function xassembler::function_def

pub fn function_def() -> Parser<FunctionDef>

This represents a function definition. A function definition is a function with a name:

fn sum(a, b) {}

It assigns the function value to the name of the function definition within that scope.