RosettaCodeData/Task/History-variables/PARI-GP/history-variables.parigp
2023-07-01 13:44:08 -04:00

10 lines
229 B
Text

default(histsize, 1000) \\ or some other positive number to suit
1+7
sin(Pi)
2^100
\a1 \\ display history item #1, etc.
% \\ alternate syntax
%1 \\ alternate syntax
\a2
\a3
[%1, %2, %3] \\ or any other command using these values