| 10 | void print(string msg) { system.print(msg); } |
| 11 | void warning(string msg) { system.warning(msg); } |
| 12 | void error(string msg) { system.error(msg); } |
| 13 | void clear() { system.clearOutput(); } |
| 14 | void findSector(string name) { level.findSector(name); } |
| 15 |
no test coverage detected