Skip to main content

std_append_file

Function std_append_file 

Source
pub fn std_append_file(
    eval: &mut Evaluator,
    file: String,
    content: String,
    span: Span,
) -> Result<Value, Error>