' To get this joke requires a basic knowlege of... well... BASIC.
My second year in VoTech I took a Computer Programming class. The campus INSISTED we first learn QBASIC first, even though everyone including the teacher knew how antiquated it was. I was helping a girl debug a command menu she had coded (and quite well, I might add).. the problem was, the code was flawless, very well structured, not a single typo, but no output was given when the program was run, instead of her beautifully coded menu, the screen was blank... After about an hour of scrolling up and down some 15 pages of SUBs and FUNCTIONS I was stumped, I could find absolutely nothing wrong with her code... untill I looked at the last two lines.. they read:
CLS
END




Reply With Quote