mirror of
https://github.com/godotengine/godot.git
synced 2026-04-18 09:51:15 +00:00
3 lines
47 B
GDScript
3 lines
47 B
GDScript
func test():
|
|
print(2.2 << 4)
|
|
print(2 >> 4.4)
|