From: Martin DeMello Date: 2008-07-29T14:23:45+09:00 Subject: Re: Another Deaf Grandma Topic, different issue On Mon, Jul 28, 2008 at 10:15 PM, Phee Luche wrote: > > I haven't yet learned count, and so I'm assuming that there's another > way to do this. I understand the concept, but how do I define bye? Just have a variable called bye_count that contains a number bye_count = 0 puts bye_count bye_count = bye_count + 1 puts bye_count martin