CS130 - 2/11/2011
news!
How to break the simulator
the directory structure
how it knows what task you are working on
how it remembers how fast you ran last time
how to fix it if it's broken (either reinstall, or just copy the files (but not the directories) from cs130/ruby/src/ruby in examples from class)
While loops -- This one repeats something(), over and over, as long as continuation condition is true
while (continuation condition) { something(); }
Lab 4 design and/or hints
Lab 3 demos