From: Christopher Dicely Date: 2009-02-11T10:43:28+09:00 Subject: Re: how to do the recursion On Tue, Feb 10, 2009 at 5:32 PM, Li Chen wrote: > William James wrote: > >>> If you found Pascal's code somewhat puzzling, let me explain. >> His customary language is CLisp, so when he deigns to dabble >> in Ruby, he tries to make his code look lispish. > > > Hi Will, > > Thank you for your rubyish code. > > Yes. I am really confused when I read Pascal's codes. I don't think > nowhere in Pixaxe ever mentions about function BUT only methods and > objects! Ruby doesn't really have "functions", as such, but methods of the current object look and act (mostly) like functions in other languages.