> [EMAIL PROTECTED] On Behalf Of Miller, Raul D
> David Vincent-Jones wrote:
> > I am looking for a simple way to eliminate fractional numbers
> > from a list.
> ...
> > Currently I am comparing against a >. but that appears rather clumsy
> 
> I don't see anything wrong with that.

> [EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
> > Is this helpful are you looking for something simpler?
>    f=:] #~ ] = <.

Ditto,

   Whole=. #~ (= <.) NB. Oleg's style
   Whole 4 5.6 7.3 8 9 9.2 9.9 12 15
4 8 9 12 15






----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to