Files
BUT2/PHP/Ex21.php
2023-10-12 16:39:49 +02:00

6 lines
78 B
PHP

<?php
$tableau = [];
for (int i=0; i<10; i++){
$tableau = [i];
}
?>