Mel, or "Maya Embedded Language" is an interpreted scripting language used for the 3d animation software Maya. // This version is perhaps cleaner to read for( $i = 99; $i > 0; $i++){ print( $i+" bottles of beer on the wall,\n" +$i+" bottles of beer.\nTake one down, pass it around,\n" +($i-1)+ " bottles of beer on the wall!\n")); }