Ga-zom! My name is Seth (as in the Evil Egyptian god Seth the precursor to the Jewish Satan or Devil) Nihilist Nietzsche or SethNiet for shirt.
Name:
Anonymous2013-04-15 7:44
Ok. I decided on when/less/else syntax. Because it can be nicely formatted.
yoba A B C D = when and (f A)
(B g)
: (
when and (f A) (B g)
: say hello
less and (h C) (D i)
: say world
when #yes
: say default
)
less and (h C)
(D i)
: (
when and (f A) (B g)
: say hello
less and (h C) (D i)
: say world
when #yes
: say default
)
when #yes
: (
when and (f A)
(B g)
: say hello
less and (h C) (D i)
: say world
else say default
)