Beispiel #1
0
 private static void writeName(string name, OutputBase output)
 {
     if(name != null)
     {
         output.nl();
         output.print(name + " = ");
     }
 }