Re: [Jprogramming] Global Symbols Table 0 s: 10

2023-03-14 Thread Ak O
Thank you for your help! Ak. On Tue., Mar. 14, 2023, 07:25 Henry Rich, wrote: > Rather than describe it, I have written you verbs to convert symbols > into a list of boxed strings and vice versa. It is up to you to apply > the verbs, save results, etc.: > > NB. Returns currently-defined symbol

Re: [Jprogramming] Global Symbols Table 0 s: 10

2023-03-13 Thread Henry Rich
You must have a lot of symbols. A symbol represents a list of characters.  If you are trying to save/restore the symbols, 0 s: 10 is giving much more information than you need.  All you need is the list of strings run end-to-end (0 s: 3) and the index/length of each (2 {."1 (0) s: 2) . Henry