jn wrote:
> Consider the (unedited) transcript below:
> 
>     >> print form b
>     b b 1 b
>     >> print b
>     b b b 1 b 1 b
>     >> print reduce b
>     b b 1 b b b 1 b 1 b
>     >> print reduce reduce b
>     b b 1 b b b 1 b 1 b
> 
> How did I construct the value of 'b?

>> b: ['b b 1 "b"]
== ['b b 1 "b"]
>> print form b
b b 1 b
>> print b
b b b 1 b 1 b
>> print reduce b
b b 1 b b b 1 b 1 b
>> print reduce reduce b
b b 1 b b b 1 b 1 b


Consider:
>> print b
b b b 1 b b 1 b b b 1 b b
>> print form b
b b 1 b b
>> print reduce b
b b 1 b b b b 1 b b 1 b b b 1 b b
>> print reduce reduce b
b b 1 b b b b 1 b b 1 b b b 1 b b

How did I construct the value of 'b?

Andrew Martin
*Beep!*
[EMAIL PROTECTED]
http://members.xoom.com/AndrewMartin/
Online @ 33,600 Baud!
-><-

Reply via email to