jashkenas--coffeescript/documentation/coffee/while.coffee

5 lines
76 B
CoffeeScript

while demand > supply
sell()
restock()
while supply > demand then buy()