Procedure names in Feature Requests
|
|
|
|
| Status: |
Open
Issue hasn't been assigned a status value.
|
|
|
It would be beneficial if you could retrieve the name of the procedure from within itself. Since 'set name' exists, I'm thinking this is simply a matter of exposing the name. Perhaps with a special 'procname' variable, which is local in scope to the procedure?
Usecase:
some_obj proc/some_proc() world << "Currently in [procname]!"
|
|
It'd also be better for dyanamically naming verbs and changing the desc, etc, especially since using the new() proc for it, I think is kind of stupid. >:(