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

GDScript: 1.e, 1e should be invalid numeric value #40897

Closed
ThakeeNathees opened this issue Jul 31, 2020 · 0 comments · Fixed by #41674
Closed

GDScript: 1.e, 1e should be invalid numeric value #40897

ThakeeNathees opened this issue Jul 31, 2020 · 0 comments · Fixed by #41674

Comments

@ThakeeNathees
Copy link
Contributor

ThakeeNathees commented Jul 31, 2020

Godot version: v4.0.dev.custom_build 5ba46dd

OS/device including version: windows 10

Issue description:
the below code runs without errors.

func _ready():
	print(1.e)
	print(1e)
@ThakeeNathees ThakeeNathees changed the title GDScript: 1.e should be invalid numeric value GDScript: 1.e, 1e should be invalid numeric value Jul 31, 2020
@Calinou Calinou added this to the 4.0 milestone Jul 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants