Tri Angle Love = x ♥ y ♥ z | for everyone |
{
private person x, y, z;
int i;
x = me;
y = you;
z = her;
public void main()
{
x + y = ♥;
x + y + z = ♥;
if(i=0 ; i>=3 ; i++)
{
x + y - z = x ♥ y;
x - y + z = x ♥ z;
}
else
{
x - y - z = x;
}
x -> y != y;
z -> x != x;
x -> y = z -> x;
new person m;
m = him;
y + m = ♥;
x = 0;
z = 0;
}
}