Jump to content

Arrays: Difference between revisions

Added LOLCODE example
(Added LOLCODE example)
Line 3,874:
setitem 1 :a "ten ; Logo is dynamic; arrays can contain different types
print item 1 :a ; ten</lang>
 
=={{header|LOLCODE}}==
<lang LOLCODE>HAI 1.4
BTW declaring array
I HAS A array ITZ A BUKKIT
BTW store values in array
array HAS A one ITZ 1
array HAS A two ITZ 2
array HAS A three ITZ 3
array HAS A string ITZ "MEOW"
OBTW
there is no way to get an element of an array at a specified index in LOLCODE
therefore, you can't really iterate through an array
TLDR
BTW get the element of array
VISIBLE array'Z one
VISIBLE array'Z two
VISIBLE array'Z three
VISIBLE array'Z string
KTHXBYE</lang>
 
=={{header|LSE64}}==
Cookies help us deliver our services. By using our services, you agree to our use of cookies.