I think I'm losing the plot, I've been staring at this for an hour!
How would I iterate over this StringMap in order to access both the keys and the values?
How would I iterate over this StringMap in order to access both the keys and the values?
Cerberus X:
myList = New StringMap<Float>()
myList.Add("Fuel", 0.99)
myList.Add("Temperature", 80)