lci/test/1.3-Tests/7-Operators/17-ExplicitCast/3-ToInteger/5-FromString/4-RelaxedNumbers/test.lol

7 lines
247 B
Plaintext

HAI 1.3
VISIBLE MAEK " 123" A NUMBR BTW leading whitespace is ignored
VISIBLE MAEK "123x" A NUMBR BTW parsing stops at the first non-digit
VISIBLE MAEK "0377" A NUMBR BTW octal prefix
VISIBLE MAEK "0xFF" A NUMBR BTW hexadecimal prefix
KTHXBYE