Re: fake class in OE
- Posted by ghaberek (admin) Feb 25, 2021
- 1132 views
katsmeow said...
mitgedanken said...
Namespaces can be used in routine_id()
Please, continue.
Yes, as of I think 4.0 (maybe it was 4.1) you can call routine_id() with a namespace:
include std/map.e include std/socket.e as sock ? routine_id( "map:new" ) -- default namespace ? routine_id( "sock:create" ) -- custom namespace
-Greg