]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/encodings/iso2022/iso2022.factor
use radix literals
[factor.git] / basis / io / encodings / iso2022 / iso2022.factor
index 874ee2378fe6dbaa940b8a93fd55d72b1321b334..1a8b66c3c01d53ad0cc477e2123c9ae2b9a1b8b5 100644 (file)
@@ -31,7 +31,7 @@ M: iso2022 <encoder>
 M: iso2022 <decoder>
     make-iso-coder <decoder> ;
 
-<< SYNTAX: ESC HEX: 16 suffix! ; >>
+<< SYNTAX: ESC 0x16 suffix! ; >>
 
 CONSTANT: switch-ascii B{ ESC CHAR: ( CHAR: B }
 CONSTANT: switch-jis201 B{ ESC CHAR: ( CHAR: J }