Skip to content
Back to formatted view

Raw Message

Message-ID: <366c6f341001091253q1891f1beteacfe35fa578ea53@mail.gmail.com>
Date: 2010-01-09T20:53:57Z
From: Peng Yu
Subject: Is nested namespace supported?

Could somebody let me know if there is nested name space supported?
For example, is it possible to define a function in the name space
'nested_namespace' which is nested in the name space 'some_namespace'?

some_namespace:::nested_namespace:::a_function()

I checked Section 1.6 of R-exts.pdf. It seems that nested namespace is
not supported, right?