Ruud H.G. van Tol on Tue, 10 Jan 2023 11:54:01 +0100


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: Programmatically obtain a complete list of commands and keywords for updating the PARI/GP third-party IDE tools.




On 2023-01-10 11:19, Hongyi Zhao wrote:

So, you mean the following:

$ echo '?*' |gp -fq |perl -aE'/\bRETURN\b/ or
push@R,@F;END{say for@R}' |sort -f| less

Only if you prefer

-- -- --
[...]
call
Catalan
ceil
[...]
-- -- --

over

-- -- --
Catalan
Col
[...]
Vec
Vecrev
Vecsmall
abs
acos
[...]
-- -- --


-- Ruud