| 20 | #include <contrib/qtcompat.h> |
| 21 | |
| 22 | WriteLnModule::WriteLnModule(Reporter& r) : WriteModule(r,"writeln") |
| 23 | { |
| 24 | addDescription(tr("Writes the given text line to the console window.")); |
| 25 | } |
| 26 | |
| 27 | Node* WriteLnModule::evaluate(const Context& ctx) const |
| 28 | { |
nothing calls this directly
no outgoing calls
no test coverage detected