713
The customer is always right
(lemmy.world)
For preserving the least toxic and most culturally relevant Tumblr heritage posts.
Image descriptions and plain text captions of written content are expected of all screenshots. Here are some image text extractors (I looked these up quick and will gladly take FOSS recommendations):
-web
-iOS
Don't be mean. I promise to do my best to judge that fairly.
"86 the chef special" == get rid of it [from the menu]
No, "86 the chef special" means 'kitchen is out of chef special.
Yes, your task is to remove it from the menu.
But you aren't 86ing it.
You're marking it as 86'd because the quantity is below minimum threshold (usually zero).
str 86;
str itmTo86;
86='get rid of';
info(strFmt('%1 %2',86,itmTo86));
(This won't actually work, since you can't assign ints as variables, but whatever. It was fun)