99 bottles of beer: Difference between revisions

Content deleted Content added
1ctinus (talk | contribs)
m forgot to put translation of
Xtclang (talk | contribs)
Replace println() with print()
Line 3,762:
for (Int remain : 99..1)
{
console.printlnprint($|{num(remain)} {bottles(remain)} of beer on the wall
|{num(remain)} {bottles(remain)} of beer
|Take one down, pass it around
|{num(remain-1)} {bottles(remain-1)} of beer on the wall
|
);
}
}