<?php
Define (“A”,3)
Define (“NOME”,”Joana”)
Function ver()
{
$b=A +2;
Echo $b;
}
Ver(); //resulta o valor 5
echo “<br>”;
echo A; //resulta o valor 3
echo “<br>”;
echo NOME; //imprime Joana
?>
•
You can replace this text by going to "Layout" and then "Page Elements" section. Edit " About "
0 comentários:
Enviar um comentário