1 2 3 4 5 6 7 8 9 10
@static_unload static var perm := 0 static var prop := "Hello!": get: return prop + " suffix" set(value): prop = "prefix " + str(value) func test(): print("ok")