Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
18
Task/Arrays/LOLCODE/arrays.lol
Normal file
18
Task/Arrays/LOLCODE/arrays.lol
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue