hello all
how do I print a separator line via Command
example :
1 pizza
2 cocacola
-------------------------- <<< line for separation via Command
1 Spaghetti
1 Vino
why?
assume that the client must first eat the pizza and then spaghetti
the kitchen must first prepare the pizza and spaghetti after
line serves to understand to the kitchen the order in which the food must be prepared
how can I do?
thanks (sorry for the writing language)