mirror of
https://github.com/LucasVbr/interpreteur-lir.git
synced 2026-05-16 09:06:53 +00:00
MAJ Commande
(print au lieu de println execution defs)
This commit is contained in:
@@ -44,7 +44,7 @@ public class CommandeDefs extends Commande {
|
||||
*/
|
||||
@Override
|
||||
public boolean executer() {
|
||||
System.out.println(contexte.toString());
|
||||
System.out.print(contexte.toString());
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user