N00b question, sorry... I'm porting some Perl code to Java, and I came across code like this:
$d['A3'] = 63.6;
$d['B1'] = 34.6;
$d['C4'] = 7.2;
$d['B'] = 49.2;
My first assumption was that this is something like a hashtable or associative array, where the value (for instance) of...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.