An example problem. #3



Robert Dodier wrote:

>hi doug,
>
>  
>
>>example(dotscrules);
>>    
>>
>
>this one seems to work OK for me (5.9.1.9rc3 / GCL 2.6.7 / linux),
>what are you getting?
>
>  
>

You are correct it does work now for me too!
I took a look back and found I had a typing error. sorry.




>>example(if);
>>    
>>
>
>this fails because the input parser wants to see if  then ...
>(likewise example(do) fails because the parser wants more).
>i guess example("if") or example("do") could work instead.
>doug, if you're interested maybe you can enter a bug report about that.
>
>best,
>robert dodier
>
>  
>

I tried
example("do");
and it ( 5.9.1 and 5.9.1.9rc3) reported:

%i64) example("do");Not Found.  You can look at:
(%o64) [additive, algsys, allroots, antisymmetric, append, arrayinfo, 
arrays,
at, atvalue, augcoefmatrix, bezout, block, bothcoef, catch, cf, cfdisrep,
etc.




I will try to do a bug report :-)
Doug Stewart