src/Pure/System/isabelle_system.scala
changeset 73547 a7aabdf889b7
parent 73525 419edc7f3726
child 73565 1aa92bc4d356
equal deleted inserted replaced
73545:fc72e5ebf9de 73547:a7aabdf889b7
   218       case Some(version) => " (" + version + ")"
   218       case Some(version) => " (" + version + ")"
   219     }
   219     }
   220 
   220 
   221   def isabelle_name(): String = getenv_strict("ISABELLE_NAME")
   221   def isabelle_name(): String = getenv_strict("ISABELLE_NAME")
   222 
   222 
       
   223   def identification(): String = "Isabelle/" + isabelle_id() + isabelle_heading()
       
   224 
   223 
   225 
   224   /** file-system operations **/
   226   /** file-system operations **/
   225 
   227 
   226   /* scala functions */
   228   /* scala functions */
   227 
   229