Associative array/Iteration: Difference between revisions

Content added Content deleted
(→‎{{header|Potion}}: Added potion solution)
Line 2,072: Line 2,072:


mydictionary each (key, val): (key, ":", val, "\n") join print.
mydictionary each (key, val): (key, ":", val, "\n") join print.
mydictionary each (key): (key, "\n") print.</lang>
mydictionary each (key): (key, "\n") join print.</lang>


=={{header|PowerShell}}==
=={{header|PowerShell}}==