Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
godotengine
Edit Copy
Star
GitHub Repository:
godotengine/godot
Path:
blob/master/modules/gdscript/tests/scripts/analyzer/errors/bitwise_float.gd
5
9
2
1
9
views
func test(): print(2.2 << 4) print(2 >> 4.4)