[Cuis] Low Memory Warning

Dan Norton dnorton at mindspring.com
Sun Jun 14 14:03:52 CDT 2015


Do the following without a problem:

x := Morph new.
x storeString.

However, the following gets a low memory warning:

x := Morph new.
x openInWorld.
x storeString.

 - Dan




More information about the Cuis mailing list