MCPcopy Create free account
hub / github.com/IntegralPilot/wasm_os / println

Function println

stdlib/as/std.ts:10–13  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

8}
9
10export function println(message: string): void {
11 print(message);
12 putchar(10); // Print newline character
13}

Callers 2

mainFunction · 0.90
_startFunction · 0.50

Calls 1

printFunction · 0.70

Tested by

no test coverage detected