[Home] [Back to Message Index]

Global SchoolNet - Automated Message Archive

Re: LOGO-L> Microworlds question




Brian Harvey (bh@CS.Berkeley.EDU)
Tue, 14 Jan 1997 12:15:08 -0800 (PST)

"Gary S. Stager" <gstager@pepperdine.edu> says:
> to notequal? :thing1 :thing2
> output not :thing1 = :thing2
> end

This is the sort of combination of prefix and infix that
works in some versions of Logo and not others. I believe
Gary that it works in Microworlds, but if it were me, I'd
make it more portable by saying

output not (:thing1 = :thing2)

or

output not equal? :thing1 :thing2

Either of those should work in any Logo parser.
---------------------------------------------------------------
Please post messages to the Logo forum to logo-l@gsn.org. Mail
questions about the list administration to logofdn@gsn.org. To
unsubscribe send unsubscribe logo-l to majordomo@gsn.org.