[//lasso local( 'no_of_bottles' = 99, 'out' = string, ); while(boolean(#no_of_bottles)); #out += '

'; #out += #no_of_bottles ' bottle' (#no_of_bottles != 1 ? 's') ' of beer on the wall,
'; #out += #no_of_bottles ' bottle' (#no_of_bottles != 1 ? 's') ' of beer;
'; #out += 'Take one down, pass it around,
' (--#no_of_bottles) ' bottle' (#no_of_bottles != 1 ? 's') ' of beer on the wall.'; #out += '

'; /while; #out; ]