{if gender=male:You are a man.}{else:You are a woman.}
{if current_room not = Yard: You're not in the yard.}
{if not current_room = Yard: You're not in the yard.}
{if current_room != Yard: You're not in the yard.}
{if current_room = Yard: }{else :You're not in the yard.}