REM This is written in 'Brandy', a port of BBC Basic V for multiple platforms REM This version tested under Linux (other platforms should work the same) REM Here's the formatted version: REM n=99 REM REPEAT REM i=3 REM REPEAT REM PRINT n;" bottle"; REM IF n<>1 PRINT "s"; REM PRINT " of beer"; REM IF i=3 OR i=1 PRINT " on the wall"; REM IF i=2 PRINT: PRINT "Take one down, pass it around