I might miss something, but it seems that -count does not work
properly in Smalltalk.
Here is a short script for testing.

NSObject subclass: SmalltalkTool
[
        run
        [
                |a|
                a := {'1'. '2'. '3'.}.
                a log.
                a count log.
        ]
]

'a count' return 1, but a is an array of 3 objects.

Thanx.

Yen-Ju

_______________________________________________
Etoile-dev mailing list
[email protected]
https://mail.gna.org/listinfo/etoile-dev

Reply via email to