This can't be right....

Jim Benson jb at speed.net
Fri Jun 27 07:25:04 UTC 2003


Rick,

> ok _ False.

Assigns the *class* False to ok, not the boolean value of false.

Try:

ok _ false.

Jim Benson

> So I try:

>ok _ False.
>[ok] whileFalse: [.... ok _ <condition>.]

which fails.  On the other hand:




More information about the Squeak-dev mailing list