Esempio n. 1
0
 /// <summary>
 /// Returns the display look for IronPython.
 ///
 /// The returned string uses This \n instead of Environment.NewLine for it's line seperator
 /// because it is intended to be outputted through the Python I/O system.
 /// </summary>
 public static string GetLogoDisplay()
 {
     return(PythonContext.GetVersionString() +
            "\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\n");
 }