Subject: | Re: off topic for Aug 22nd
| Date: | Thu, 23 Aug 2018 18:11:34 -0600
| From: | Liz McGuire <liz@paradoxcommunity.com>
| Newsgroups: | pnews.off-topic
|
:D :D :D Fabulous!
On 23 Aug 2018 13:03, Bernie van't Hof wrote:
> when response == :eyeroll:
> try
> use FactMonster
> switch(animal)
> case cattle:
> young = calf
> if is_holy(cow) then
> ignore(FactMonster)
> parents = [cow]
> else
> parents = [cow, bull]
> endif
> case bear:
> young = cub
> parents = [sow, boar]
> endswitch
> endtry
> expected_responses = [null, "Grrrr..", "smartarse", ...]
> if not is_null(response) then
> duck!(response)
> endif
> endwhen
>
|