IsAgWord( obj )
IsAgWord returns true if obj, which can be an arbitrary object, is an ag word and false otherwise.
IsAgWord
true
false
gap> IsAgWord( 5 ); false gap> IsAgWord( a ); true
Previous Up Top NextIndex