[FIX] PointStoreOnFix

KURIHARA Tetsuya kuri-t at mamezou.com
Tue Aug 20 06:07:11 UTC 2002


from preamble:

"Change Set:		PointStoreOnFix
Date:			19 August 2002
Author:			KURIHARA Tetsuya

	| string dictionary |
	dictionary _ Dictionary new.
	dictionary at: #key1 put: 0 at 1.
	string _ dictionary storeString.

	^ Dictionary readFrom: string

"!

---
KURIHARA Tetsuya <kuri-t at mamezou.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PointStoreOnFix.cs
Type: application/octet-stream
Size: 520 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20020820/15074c78/PointStoreOnFix.obj


More information about the Squeak-dev mailing list