1 2 3
pub fn compile_echoscript(input: &str) -> Result<String, String> { Ok(format!("Compiled echoscript: {input}")) }