Jump to content

Associative array/Creation: Difference between revisions

m
→‎{{header|NetRexx}}: remove savelog
m (→‎{{header|NetRexx}}: remove savelog)
Line 1,550:
<lang NetRexx>/* NetRexx */
 
options replace format comments java crossref savelog symbols
 
key0 = '0'
Line 1,559:
 
say '<hash key="'key0'" value="'hash[key0]'" />' -- Display a value for a key that wasn't set
say '<hash key="'key1'" value="'hash[key1]'" />' -- Display a value for a key that was set</lang>
</lang>
 
{{out}}
2,295

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.