Get the name of the current namespace
String_Type current_namespace ()
The current_namespace function returns the name of the current namespace. If the current namespace is anonymous, that is, has not been given a name via the implements function, the empty string "" will be returned.