Statement Php

$sky_color = "blue";
if($sky_color == "blue") {
     print("A 
");
     print("B 
");
}
print("Here I am.");
?>