PB 6.11 b2 - default values of new map elements don't work since 6.11
Posted: Mon Apr 29, 2024 9:00 pm
Code: Select all
NewMap string.s()
string("test") ; new map element with value "" is created
Debug string("test")
NewMap integer.i()
integer("test") ; new map element with value 0 is created
Debug integer("test")