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