In elephant PHP, you can do this: ```php <? if ($foo) { ?> <b>it's true</b> <? } else { ?> nope <? } ?> ``` This is very useful for looping and stuff. I'd like to add this but I'm not sure what the best syntax would be.