function prueba ($n){if($n==1) return "hola";elseif($n==2) return "adios";else return "hasta luego";}