> < ^ Date: Wed, 16 Aug 2000 04:32:04 -0400 (EDT)
> < ^ From: Alexander Hulpke <hulpke@math.colostate.edu >
< ^ Subject: Re: ZeroMatrix

Dear GAP-Forum,

Sergei Haller asked:

If ZeroMatrix and NullMatrix do not exist, why they are offered by the
``TAB-feature''

Once you use identifier names, they are stored for command completion, even
if the variable is not bound and the prior use had led to a syntax error:

gap> NonexitingFunction();
Variable: 'NonexitingFunction' must have a value
gap> Non<TAB>
NonLieNilpotentElement
NonNilpotentElement
NonPerfectCSPG
NonSplitExtensions
NonTrivialRightHandSides
NonassocWord
NonexitingFunction <-----
NonnegIntScalarProducts
NonnegativeIntegers

Best regards,

Alexander Hulpke


> < [top]