Jan. 2, 2017
3:07 p.m.
Hi all! On 01/02/2017 02:16 PM, Henrik Nergaard wrote:
+100
I do not think that there should be restrictions on the number of :: separators. Modified to allow #A::B::Object etc..
Just wanted to mention that ... I am amused! :) My Namespace implementation in Squeak from a bunch of years back used this notation. And I am also using it in Spry, but as syntactic sugar for Dictionary access so that: aDict at: #x ...can be expressed as: aDict::x regards, Göran