Never heard of FizzBuzz before, so I googled it. Saw a one line javascript version. That's probably not possible in basic, but I played around with it, tried to get it down to the fewest lines possible without using a separator. Eventually got it down to 3, but kind of cheated because it's just one big if/then/else /if/else line
inside a for/next.
I find it very interesting that companies ask this at coding job interviews. I would have probably coded a 100 line version, and commented in a 'REM hope you pay per line...
- Dav