chop some wood.

[php]if ($_SESSION[‘axe’] != true) {[/php]
the guru could not chop any wood because he did not have his axe.

should he return to the village or climb a tree?[php]} else {[/php]
the guru used his axe to chop a bunch of trees down. [php]if ($_SESSION[‘wagon’] != true) {
$_SESSION[‘wood’] = 50;
[/php] he could only carry 50 pounds.[php] } else {
$_SESSION[‘wood’] = rand(160,260);
[/php]he loaded [php]echo $_SESSION[‘wood’];[/php] pounds of wood into his wagon.[php]}}[/php]

should he return to the village?

0  ·  archives  ·  learn to meditate  ·  #zen