aboutsummaryrefslogtreecommitdiff
path: root/core/text.nom
diff options
context:
space:
mode:
Diffstat (limited to 'core/text.nom')
-rw-r--r--core/text.nom3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/text.nom b/core/text.nom
index 62b6656..1245235 100644
--- a/core/text.nom
+++ b/core/text.nom
@@ -1,4 +1,4 @@
-#!/usr/bin/env nomsu -V4.10.12.7
+#!/usr/bin/env nomsu -V4.11.12.8
#
This file contains some definitions of text escape sequences, including ANSI console
color codes.
@@ -50,6 +50,7 @@ test:
test:
assume (0xDEADBEEF as hex) == "0xDEADBEEF"
+
externally (%num as hex) means:
if (%num < 0):
return ("-0x%X"::formatted with (- %num))