Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
1
Task/Arrays/Little/arrays-1.little
Normal file
1
Task/Arrays/Little/arrays-1.little
Normal file
|
|
@ -0,0 +1 @@
|
|||
String fruit[] = {"apple", "orange", "Pear"}
|
||||
4
Task/Arrays/Little/arrays-2.little
Normal file
4
Task/Arrays/Little/arrays-2.little
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
puts(fruit[0]);
|
||||
puts(fruit[1]);
|
||||
puts(fruit[END]);
|
||||
fruit[END+1] = "banana";
|
||||
Loading…
Add table
Add a link
Reference in a new issue