- or download this
$motto = "There is always another way";
$assumption = "There is a way";
$result = combine($motto, $assumption);
print $result;
- or download this
while (1) {
$result = combine($result, $assumption);
print $result;
}
- or download this
There are three ways
There are four ways
There are five ways
...