Files

4 lines
49 B
GDScript

func test():
var foo: bool = true
foo += 'bar'