Jump to content

Associative array/Iteration: Difference between revisions

→‎{{header|Delphi}}: no need for inttostr
(→‎{{header|TXR}}: With "each" operator and array syntax.)
(→‎{{header|Delphi}}: no need for inttostr)
Line 308:
Writeln('Key: ' + s);
for i in lDictionary.Values do
Writeln('Value: ', + IntToStr(i));
finally
lDictionary.Free;
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.