Example #1
0
 public bool clear(Arguments arg)
 {
     CurrentIO.Clear();
     CurrentIO.WriteWelcome();
     return(true);
 }