Skip to main content

call

Function call 

Source
pub fn call(
    symbols: &mut SymbolTable,
    name: &str,
    args: &[Expr],
) -> Result<Expr>