107108109110111112113114115116117
return 0; } }); handler.registerCommand("mult", new BasicLineCommand("multiply line of doubles", "[m1...mn]") { double[] multiplicator; private PrintStream out; public int executeCommand(CommandContext context) { this.out = context.out;