ddinh0411 / ROMSly

The final project for the class CPSC 354: Programming Languages. This a group project and acts as a a showcase of mastery over the topics of parsing.
1 stars 1 forks source link

Create New ResetDB Block #75

Open ddinh0411 opened 11 months ago

ddinh0411 commented 11 months ago

Using the basic design of initializeDB block. Make a new block generator code to delete all entries within the tables foodOrders, drinkOrders, and orderList. Use the same style of code similar to initializeDB and also make it so the block does not take in any inputs.