[Home] [Back to Message Index]

Global SchoolNet - Automated Message Archive

Re: LOGO-L> Microworlds question




Michael Tempel (michaelt@media.mit.edu)
Wed, 15 Jan 1997 06:57:16 -0500

>
>Here's what I want to say
>
>if colorunder <> 0 [rt 30]
>
>I'm teaching 5th graders....
>
>not sure how to simply phrase it....

IF NOT EQUAL? COLORUNDER 0 [rt 30]

or

IF NOT (COLORUNDER = 0) [RT 30]

In this particular case you could also say

IF COLORUNDER > 0 [RT 30]

I hope this helps.

-Michael

Michael Tempel tel: 212 579 8028
Logo Foundation fax: 212 579 8013
250 West 85th Street michaelt@media.mit.edu
New York NY 10024
http://el.www.media.mit.edu/groups/logo-foundation/

---------------------------------------------------------------
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.