ifTree - Examples
- Hello - simplest possible example.
- Flags - uses flags so that an early choice by the user affects the options available later on.
- Coin Toss - an example of introducing randomness by putting multiple targets into an option.
- jsAlert - uses the onShow hook to run some simple JavaScript
- jsConfirm - uses the onSelect hook to run some simple JavaScript and modify the result.