Associative array/Iteration: Difference between revisions

Content added Content deleted
m (→‎{{header|Ring}}: Remove vanity tags)
Line 2,697: Line 2,697:
<lang ring>
<lang ring>
# Project : Associative array/Iteration
# Project : Associative array/Iteration
# Date : 2017/10/22
# Author : Gal Zsolt (~ CalmoSoft ~)
# Email : <calmosoft@gmail.com>


lst = [["hello", 13], ["world", 31], ["!", 71]]
lst = [["hello", 13], ["world", 31], ["!", 71]]