MCPcopy Create free account
hub / github.com/GilesBathgate/RapCAD / WriteLnModule

Method WriteLnModule

src/module/writelnmodule.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected