Jump to content

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}}==
Cookies help us deliver our services. By using our services, you agree to our use of cookies.