MCPcopy Create free account
hub / github.com/covscript/covscript / println

Function println

sources/instance/type_ext.cpp:925–928  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

923 }
924
925 void println(ostream &out, const var &val)
926 {
927 *out << val << std::endl;
928 }
929
930 void write(ostream &out, const string &str)
931 {

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected