![]() |
Up | ![]() |
TOC | Index | |||
<< 5 Formal Syntax | < 6.1.1 allsorts.ex | Up: 6 Mini-Guides | 6.1.3 ascii.ex > | 7 Included Tools >> |
6.1.2 animal.ex
Guess the Animal game. It learns as you play.
6.1.2.1 How it Works
animal.ex builds up a tree structure that tells it what question to ask, and which branch to follow in the tree depending on whether the answer is Yes or No.
6.1.2.2 animal
include euphoria/docs/../demo/animal.ex global procedure animal()