changeset 68033 | ad4b8b6892c3 |
parent 68028 | 1f9f973eed2a |
child 68067 | b91c4acc1aaf |
--- a/NEWS Tue Apr 24 22:22:25 2018 +0100 +++ b/NEWS Wed Apr 25 09:04:25 2018 +0000 @@ -210,7 +210,7 @@ * Type "String.literal" (for code generation) is now isomorphic to lists of 7-bit (ASCII) values; concrete values can be written as "STR ''...''" for sequences of printable characters and - "ASCII 0x..." for one single ASCII code point given + "STR 0x..." for one single ASCII code point given as hexadecimal numeral. * Type "String.literal" supports concatenation "... + ..."