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

11 lines
241 B
CoffeeScript
Raw Normal View History

# Econ 101
2010-01-14 04:24:45 +00:00
if this.studying_economics
while supply > demand then buy()
while supply < demand then sell()
2009-12-21 16:41:45 +00:00
# Nursery Rhyme
2010-01-14 04:24:45 +00:00
num: 6
lyrics: while num -= 1
num + " little monkeys, jumping on the bed.
One fell out and bumped his head."