Initiative rules
[id: rjyjypvaqtinnsvr]
initiative(Are you hungry?)
&& input(yes)
=> output(Eat some ice cream!)
[id: smouvhoubkhvmeit]
initiative(Are you thirsty?)
&& input(yes)
=> output(Drink some juice!)
[id: nzwxuygdeptvxuwg]
initiative(How's the weather outside?)
&& input($weather)
&& fact($weather is a type of weather)
=> store_and_output(Current weather is: $weather)
[id: mxtqvfjcizilnkca]
initiative(what's your favorite thing to wear?)
&& input($stuff)
&& fact($_q_stuff is a noun)
&& $name = eval(telegram_firstName())
=> fact($name likes to wear $stuff)