pub fn format_script(statements: &[Stmt]) -> String
Render a list of statements as a canonical script (each terminated by ;, joined by newlines).
;