Exemple de commentaire multiligne

Author:

 commentaire
{filelink=14316}

<?php
/* Calcul
   - A=12
   - B=18
   - C=a+b
*/
$a=5;
$b=15;
print pow($a+$b,2);

?>

Leave a Reply

Your email address will not be published. Required fields are marked *