Replies: 3 comments
-
|
Beta Was this translation helpful? Give feedback.
-
Also see the IRM entry for |
Beta Was this translation helpful? Give feedback.
-
Thanks, I'll go with |
Beta Was this translation helpful? Give feedback.
-
An Interlisp program I'm writing has a global variable bound to a function table, an association list with pairs whose key is a symbol and whose value is a function. The initialization of the table will look like this:
where the functions
FUN1 ... FUNn
are defined in the same symbolic file.What's the most appropriate File Manater type for managing the table and storing it in the program's symbolic file? Is
VARS
enough? Do I needUGLYVARS
?Beta Was this translation helpful? Give feedback.
All reactions