mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-03 14:09:05 +00:00
Deploy to GitHub pages
This commit is contained in:
12
nimcache/runnableExamples/jsbigints_examples_23.nim
Normal file
12
nimcache/runnableExamples/jsbigints_examples_23.nim
Normal file
@@ -0,0 +1,12 @@
|
||||
#[
|
||||
autogenerated by docgen
|
||||
loc: /home/runner/work/Nim/Nim/lib/std/jsbigints.nim(149, 3)
|
||||
rdoccmd:
|
||||
]#
|
||||
import std/assertions
|
||||
import "/home/runner/work/Nim/Nim/lib/std/jsbigints.nim"
|
||||
{.line: ("/home/runner/work/Nim/Nim/lib/std/jsbigints.nim", 149, 3).}:
|
||||
var big1: JsBigInt = big"1"
|
||||
inc big1
|
||||
doAssert big1 == big"2"
|
||||
|
||||
Reference in New Issue
Block a user