4 lines
69 B
Text
4 lines
69 B
Text
|
|
$array[0] = "Hello.";
|
||
|
|
$array[1] = "Hi.";
|
||
|
|
$array[2] = "How are you?";
|