MCPcopy Create free account
hub / github.com/EvolvingPrograms/turing / log

Function log

programs/rule110/eval.ts:34–37  ·  view source on GitHub ↗
(msg: string)

Source from the content-addressed store, hash-verified

32
33 let output = "";
34 const log = (msg: string) => {
35 console.log(msg);
36 output += msg + '\n';
37 }
38
39 let state = initialState;
40 const states: Tape[] = [initialState]

Callers 3

infoFunction · 0.85
evolveFunction · 0.85
rule_110Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected