(big-bang ws
(on-tick cth)
(on-key keh)
(on-mouse meh)
...)
I know that the first parameter is a number and it's the described as the world state. But that just seems like vague terminology to me. Basically I don't understand what this number is really/actually supposed to represent. Two examples I've seen so far are: "countdown mechanism" and "number of pixels to be moved". What exactly is it doing?
I am working Chapter 2 on HtDP (2nd Edition)