Help needed with morphic scripting

Alan Kay Alan.Kay at disney.com
Fri Mar 2 12:55:05 UTC 2001


Well, kids aren't very good at that kind of thinking, so we didn't 
put in logical operators (we probably will at some point). They also 
aren't very good at nesting conditionals, but that is one way to get 
"OR". What they are surprisingly good at is to use parallel 
conditionals, either in a single method or even as concurrent 
methods, to pick out the "guard" for each case.

Cheers,

Alan

At 11:09 AM +0100 3/2/01, Joseph Frippiat wrote:
>Hi,
>
>I upload a small project on Bob's SuperSwiki, it is "jf-tableXY.011.pr".
>
>This is a simulation of an "XY table".  You control the movement with the
>joystick.  The Laser button is used to switch the laser bean on or off.  The
>Clear button clears the laser impacts.  There are 4 proximity switches on
>each axis.  They will be used to limit the movement.
>
>How do I make logical combination like "condition1 OR condition2" in the
>Test part of an TEST/YES/NO unit ?
>
>Thank you
>
>Joseph





More information about the Squeak-dev mailing list