示例#1
0
 /// <summary>
 /// Saves the current interactive session as a worksheet that can be
 /// loaded by the worksheet edition of the BoSSSPad
 /// </summary>
 /// <param name="path"></param>
 public static void SaveSessionAsWorksheet(string path)
 {
     ReadEvalPrintLoop.SaveSessionAsWorksheet(path);
 }