Changes between Initial Version and Version 1 of Ticket #14291, comment 11
- Timestamp:
- 03/20/13 04:07:30 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14291, comment 11
initial v1 4 4 > 1) What would you think of making `supported_actions` a variable of the module itself ? And what of making it a hidden variable ? 5 5 6 The current setup allows it to be extended by the user , right?6 The current setup allows it to be extended by the user. One can install via {{{gap.eval()}}} a GAP function, say, {{{"OnBlah"}}}, and then use it. You can't do this with a module variable. 7 7 8 8 >