Beispiel #1
0
 String getOutput(int line, String nowWord, WordCode w)
 {
     return("line " + line + "\t" + nowWord + "\t( " + w.getWord() + ", " + w.getId() + ", " + w.getDecri() + ")\r\n");
 }