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")
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")