RosettaCodeData/Task/Time-a-function/PARI-GP/time-a-function-1.pari
2016-12-05 22:15:40 +01:00

4 lines
36 B
Text

time(foo)={
foo();
gettime();
}