Associative array/Iteration: Difference between revisions

m
added a comment to the novice-package version stating that it is ANS-Forth and tested under VFX
m (added a comment to the novice-package version stating that it is ANS-Forth and tested under VFX)
Line 610:
 
<lang forth>
\ Written in ANS-Forth; tested under VFX.
\ Requires the novice package: http://www.forth.org/novice.html
\ The following should already be done:
Line 806 ⟶ 807:
count: 10
</pre>
 
 
=={{header|Go}}==