mirror of
https://github.com/godotengine/godot.git
synced 2025-10-21 17:03:42 +00:00
4 lines
46 B
GDScript
4 lines
46 B
GDScript
const A := 42
|
|
|
|
func something():
|
|
return "OK"
|