Associative array/Iteration: Difference between revisions

Content added Content deleted
m (added a comment to the novice-package version stating that it is ANS-Forth and tested under VFX)
Line 610: Line 610:


<lang forth>
<lang forth>
\ Written in ANS-Forth; tested under VFX.
\ Requires the novice package: http://www.forth.org/novice.html
\ Requires the novice package: http://www.forth.org/novice.html
\ The following should already be done:
\ The following should already be done:
Line 806: Line 807:
count: 10
count: 10
</pre>
</pre>



=={{header|Go}}==
=={{header|Go}}==