ns greeter fn main() { let x = 'Hello'; let y = 'World'; { let x = 'Hello'; let test = 'Test'; let test = 'Again'; }; x = y; let x = 'Hello!'; }