[Thread Prev] [Thread Next]
On 13 Jul 2006 at 19:33, Ray Catzel wrote:
> Could you please explain how random 2 = 1 will be differently interpreted
> to
> (random 2) = 1
random 2 = 1
is interpreted by Logo as:
random (2 = 1)
(2 = 1) is "false
thus:
show random "false
random does not like false as input
show random 2 = 1
random does not like false as input
Daniel
Previous by thread:
fractal music?
Next by thread:
Thanks to everyone
To save an attachment to your computer, PC users should right-click (Mac users, click and hold the mouse button) on the link and then choose 'save target as' from the pop-up menu. A window will then pop up in which you can choose a location for the file.
|