Associative array/Iteration: Difference between revisions

m
(→‎{{header|Potion}}: Added potion solution)
Line 2,072:
 
mydictionary each (key, val): (key, ":", val, "\n") join print.
mydictionary each (key): (key, "\n") join print.</lang>
 
=={{header|PowerShell}}==