verse ( n -- )


Vocabulary
99-bottles

Inputs
nan object


Outputs
None

Definition


: verse ( n -- )
[
{
[ bottles "of beer on the wall," ]
[
bottles
"of beer.\nTake one down, pass it around,"
]
[
1 - bottles [ >lower ] dip
"of beer on the wall."
]
} cleave
] output>array join-words print nl ;