mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-10 00:58:10 +00:00
Deploy to GitHub pages
This commit is contained in:
12
nimcache/runnableExamples/jscore_examples_2.nim
Normal file
12
nimcache/runnableExamples/jscore_examples_2.nim
Normal file
@@ -0,0 +1,12 @@
|
||||
#[
|
||||
autogenerated by docgen
|
||||
loc: /home/runner/work/Nim/Nim/lib/js/jscore.nim(145, 5)
|
||||
rdoccmd:
|
||||
]#
|
||||
import std/assertions
|
||||
import "/home/runner/work/Nim/Nim/lib/js/jscore.nim"
|
||||
{.line: ("/home/runner/work/Nim/Nim/lib/js/jscore.nim", 145, 5).}:
|
||||
var arrai = @[1, 2, 3]
|
||||
assert arrai.shift() == 1
|
||||
assert arrai == @[2, 3]
|
||||
|
||||
Reference in New Issue
Block a user