Playing with OF is for the bold and the foolish. The entire thing runs a Forth interpreter (you may have discovered this while playing with it, for instance by typeing: "4 4 +" at the prompt which will duly spit out the answer "8") and it stores all the hardware variables, such as device address etc and the boot device (If you type "printenv" at the prompt, one of the variables listed will be the boot device). If you overwrite one of those variables, which is pretty easy to do, especially the boot device, the machine will not boot. The boot device can be reentered manually, but it's a pain.
It's a very good idea to read Apple's documentation on OF before messing around with it.