Troubles with using the map from the baseLanguage
Hello!
I'm using the map from the baseLanguage, but couldn't find any operation like 'put' or 'get'. There are many useful operations, but...
What does it mean? Is it a map?
Thanks,
Alexey
I'm using the map from the baseLanguage, but couldn't find any operation like 'put' or 'get'. There are many useful operations, but...
What does it mean? Is it a map?
Thanks,
Alexey
Please sign in to leave a comment.
int value = map["key"];
map["key"] = value;