BASIC Programming
Turn off all the windows except "program", and keep pressing "new
line" (effectivly entering NO-OP lines). After line 9 of this empty
program, you will get "line 10" and "line 11", except that the line
numbers will be random blobs instead of "10" and "11". Apparently,
they didn't think people would write more than 9 lines of code. :-)