| Patrick De Geest on Tue, 11 Aug 2020 15:38:35 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| Question about a clean exit from a gp script |
'end', 'stop', 'system', 'goto' or whatever seems not to be implemented. Just an example: uslvl=11;if(uslvl>6, warning("\n\nUser level "uslvl" too high!\n\n"); \*return strategy to the pari prompt*\ )
Patrick De Geest.