show_parameters_and_variables

Function show_parameters_and_variables 

Source
pub fn show_parameters_and_variables(
    return_type: &VmType,
    variables: &[VariableRegister],
    f: &mut dyn Write,
    use_color: bool,
) -> Result<(), Error>