Get the global namespace of this interpreter. Note: This is here for completeness. If you're using this a lot it may be an indication that you are doing more work than you have to. For example, caching the interpreter instance rather than the namespace should not add a significan
()
| 345 | (or global.namespace as necessary). |
| 346 | */ |
| 347 | public NameSpace getNameSpace() { |
| 348 | return globalNameSpace; |
| 349 | } |
| 350 | |
| 351 | /** |
| 352 | Run the text only interpreter on the command line or specify a file. |
no outgoing calls