$use Arithm List2 StdIO; $func F e.params = e.phrase; F { Bottles 0 = "no more bottles of beer"; Bottles 1 = "1 bottle of beer"; Bottles s.n = s.n" bottles of beer"; 0 = ("No more bottles of beer on the wall, "".") ("Go to the store and buy some more, "" on the wall."); s.n = (" on the wall, "".") ("Take one down and pass it around, ">" on the wall.") (); }; $func Main = e; Main = >>;