crypto icon indicating copy to clipboard operation
crypto copied to clipboard

Numbers with more than one decimal point give error

Open triwav opened this issue 6 years ago • 0 comments

value = 1.2.5 will give the following error Expected newline or ':' after assignment even though it's valid brightscript code. The last part gets clipped off so wouldn't want to use this likely but also shouldn't give an error either. Same with:

value = {
    "test": 1.3.1.4
}

Gives `Unmatched '{' - expected '}' after associative array literal``

triwav avatar Dec 17 '19 17:12 triwav