OT: Declared variables and the scripting competition.

Mark Wieder mwieder at ahsoftware.net
Tue May 12 20:47:03 EDT 2009


Alex-

Tuesday, May 12, 2009, 4:14:06 PM, you wrote:

> First, I had a version that started out ...
>>
>> function fib p
>>   local f
>>   local i
>>   local b
>>   local o
>>   local n
>>   local a
> etc.

How about

local f
local i
local b
local o
local n
local ac
local ci

That gives you seven to play with.

Actually, what I liked about your solution (or at least the url you
used) was the factorial section. I started looking for patterns, then
decided that was a never-ending road of distraction.

-- 
-Mark Wieder
 mwieder at ahsoftware.net




More information about the use-livecode mailing list