function writeMsg() { console.log("hello world") } WRITEMSG(); // outputs reference error
function writeMsg() { echo "Hello world"; } WRITEMSG(); // outputs Hello world
Pro tip: use ```triple backticks around text``` to write in code fences