TextWindow.WriteLine("Bonjour. Comment t'appelles-tu ?") Nom = TextWindow.Read() TextWindow.WriteLine("Bonjour " + Nom + ". Moi je m'appelle 'HAL.'")