"If you can't feed a hundred people, then feed just one"
Can we encode it into Computer Logical?
#import X, Y
#intent "If you can't feed a hundred people, then feed just one"
X= people(x)
Y= people(you)
requesting.food (X)
AND
~able.get.food.byself (X);
IF
[able.givefood (Y)]
{
THEN give.food(foodration(allowancetogive));
}
ELSE
ignore(X) AND seek(food);