<?php
	print("hello");
	
	if(true)
		echo ' ';
?>world
