pub fn evaluate_with_variables(
text: &str,
variables: &HashMap<String, String>,
previous_results: &[Option<String>],
current_line: usize,
) -> (Option<String>, Option<(String, String)>)Expand description
Enhanced evaluation function that handles both expressions and variable assignments