| 447 | } |
| 448 | |
| 449 | void c_set(const ConsoleArgList& args) |
| 450 | { |
| 451 | if (args.size() >= 3) |
| 452 | { |
| 453 | setVariable(args[1].c_str(), args[2].c_str()); |
| 454 | } |
| 455 | } |
| 456 | |
| 457 | void execute(const ConsoleArgList& args, const char* inputText) |
| 458 | { |
no test coverage detected