This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Welcome to hell... and the reason | |
// for the ability to embed variables | |
// in strings. Yes, this is effectively the | |
// same as just writing the damn thing out. | |
// And yes, I did generate this code - I'm not | |
// that insane. | |
outputBottleStatement(int numBottles) { | |
if (numBottles == 99) { | |
print("99 bottles of beer on the wall, 99 bottles of beer."); |
NewerOlder