/test/language/error_warning_msg/bad_hexadecimal1.msg
Unknown | 10 lines | 9 code | 1 blank | 0 comment | 0 complexity | 237efeab15132c6d1d73b98e15f8e034 MD5 | raw file
1****** Fatal Error: Incorrect hexadecimal notation. Wrong number 2of hexadecimal digits (3 digits). You must use exactly 2, 4, 38 or 16 digits only. A 2 digit value denotes an INTEGER_8, a 4 4digit value denotes an INTEGER_16, an 8 digit value denotes an 5INTEGER_32, and, finally, a 16 digit value denotes an INTEGER_64. 6(See examples in file "tutorial/manifest_notation.e".) 7 8Line 14 column 20 in BAD_HEXADECIMAL1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_hexadecimal1.e): 9 i := 0xfff 10 ^------