(order-for {[_ person food] :match})order for <person>: <food> # order <food> for someone other than yourself
order for <person>: <food> # order <food> for someone other than yourself
(remove-item {[_ name-key] :match})remove <user> # remove order for <user>
remove <user> # remove order for <user>
(show-order _)order show # show the current order
order show # show the current order
(start-taking-orders _)order reset # reset the orders list
order reset # reset the orders list
(take-order {:keys [match user]})order <food> # add (or replace) your food for the current order
order <food> # add (or replace) your food for the current order
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |