var dog: string; begin dog := 'Benjamin'; Dog := 'Samba'; DOG := 'Bernie'; Writeln('There is just one dog named ' + dog); end.