include("11.php"); include("12.php");
function hola() { echo "Hola"; } hola();
function adios() { echo "adios"; } adios();