mirror of
https://github.com/LucasVbr/interpreteur-lir.git
synced 2026-07-09 06:58:05 +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
|
@Override
|
||||||
public boolean executer() {
|
public boolean executer() {
|
||||||
System.out.println(contexte.toString());
|
System.out.print(contexte.toString());
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user