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