Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Numbers with more than one decimal point raise error #58

Open
lvcabral opened this issue Apr 3, 2024 · 0 comments
Open

Numbers with more than one decimal point raise error #58

lvcabral opened this issue Apr 3, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@lvcabral
Copy link
Collaborator

lvcabral commented Apr 3, 2024

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``

@lvcabral lvcabral added the bug Something isn't working label Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant