Jump to content

Retrieving an Element of an Array: Difference between revisions

m
→‎REXX: added a comment.
m (→‎{{header|REXX}}: added the REXX computer programming language for this task.)
m (→‎REXX: added a comment.)
Line 435:
 
==[[REXX]]==
This REXX version uses a list array.
<lang rexx>/*REXX program retrieves an element from an array list (tongue in cheek, a visual pun).*/
_= 'hydrogen helium lithium beryllium boron carbon nitrogen oxygen fluorine neon sodium'
Cookies help us deliver our services. By using our services, you agree to our use of cookies.