示例#1
0
 public ResultObject CLS(List <string> args)
 {
     if (args.Count == 0)
     {
         result.ClearScreenAndContext();
     }
     else
     {
         result.DisplayArray.Add(DisplayObject.InvalidArguments);
     }
     return(result);
 }