Leopold Toetsch wrote:
One thing still missing is to retrieve the current namespace inside a subroutine, which will be in RSN, e.g.:
$P0 = interpinfo .INTERPINFO_CURRENT_NAMESPACE
Actually it is:
$P0 = interpinfo .INTERPINFO_CURRENT_SUB ns = $P0."get_name_space"()
See the new tests in namespace.t
leo