lci/test/1.3-Tests/7-Operators/18-ExplicitRecast/4-ToFloat/5-FromString/4-RelaxedNumbers/test.lol

9 lines
215 B
Plaintext

HAI 1.3
I HAS A var1 ITZ " 1.23" BTW leading whitespace is ignored
I HAS A var2 ITZ "1.23x" BTW parsing stops at the first non-digit
var1 IS NOW A NUMBAR
var2 IS NOW A NUMBAR
VISIBLE var1
VISIBLE var2
KTHXBYE