mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-26 02:20:05 +00:00
4 lines
49 B
GDScript
4 lines
49 B
GDScript
func test():
|
|
var foo: bool = true
|
|
foo += 'bar'
|