A classic "code" of love written by a girl:
```
result love(boy, girl)
{
if( boy.hasHouse() and boy.hasCar() )
{
boy.set(nothing);
return girl.marry(boy);
}
}
```
This humorously presents the scenario where a girl will marry a boy if he owns a house and a car, and she doesn't ask for anything else.