Files
Nim/nimcache/runnableExamples/jsconsole_examples_1.nim
github-actions[bot] ef3d9e7b38 Deploy to GitHub pages
2025-12-28 15:55:52 +00:00

12 lines
394 B
Nim

#[
autogenerated by docgen
loc: /home/runner/work/Nim/Nim/lib/js/jsconsole.nim(21, 17)
rdoccmd: -r:off
]#
import std/assertions
import "/home/runner/work/Nim/Nim/lib/js/jsconsole.nim"
{.line: ("/home/runner/work/Nim/Nim/lib/js/jsconsole.nim", 21, 17).}:
console.log "%c My Debug Message", "color: red" # Notice the "%c"
console.log "%c My Debug %c Message", "color: red", "font-size: 2em"