From 8925d0e10335c8ae7671b7fb19f25a6f0a1802d3 Mon Sep 17 00:00:00 2001 From: Araq Date: Sun, 31 Aug 2014 02:46:13 +0200 Subject: minor improvement for nim pretty --- lib/system.nim | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/system.nim') diff --git a/lib/system.nim b/lib/system.nim index 2ad5e6af9..0c483f4a9 100644 --- a/lib/system.nim +++ b/lib/system.nim @@ -192,6 +192,7 @@ proc high*[T](x: T): T {.magic: "High", noSideEffect.} ## returns the highest possible index of an array, a sequence, a string or ## the highest possible value of an ordinal value `x`. As a special ## semantic rule, `x` may also be a type identifier. + ## ``high(int)`` is Nim's way of writing `INT_MAX`:idx: or `MAX_INT`:idx:. proc low*[T](x: T): T {.magic: "Low", noSideEffect.} ## returns the lowest possible index of an array, a sequence, a string or -- cgit 1.4.1-2-gfad0