We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2c6581 commit ef14b35Copy full SHA for ef14b35
src/main/java/io/stack_community/github/stack_java/Stack.java
@@ -388,7 +388,8 @@ public void evaluateProgram(String code) { // evaluate string as program
388
this.logPrint(stack + "\n");
389
}
390
391
- public void executeCommand(String command) { // execute string as commands
+ // execute string as commands
392
+ public void executeCommand(String command) {
393
// Commands of calculation
394
395
// addition
0 commit comments