mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-02 05:29:01 +00:00
Deploy to GitHub pages
This commit is contained in:
11
nimcache/runnableExamples/jsconsole_examples_1.nim
Normal file
11
nimcache/runnableExamples/jsconsole_examples_1.nim
Normal file
@@ -0,0 +1,11 @@
|
||||
#[
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user