Associative array/Iteration: Difference between revisions

Nimrod -> Nim
m (added a comment to the novice-package version stating that it is ANS-Forth and tested under VFX)
(Nimrod -> Nim)
Line 1,409:
(println (format "%s -> %s" (first elem) (last elem))))</lang>
 
=={{header|NimrodNim}}==
<lang nimrodnim>
import tables
 
Anonymous user