[your code here] 99 bottles of beer

David Bennett davidbennett at bravevision.com
Tue Oct 16 04:01:32 UTC 2018


--- ct_beer.d

static foreach_reverse(beer; 1..100)
{
	pragma(msg, beer, " bottles of beer on the wall, ", beer, " 
bottles of beer. Take one down, pass it around, ", beer-1, " 
bottles of beer on the wall.");
}

void main(){}

---


More information about the Digitalmars-d mailing list