
old_path := GetPath();
SetPath("lib");

SetEchoInput(true);
load "pr_create";
load "pr_arithmetic";
load "pr_constants";
load "pr_elementary";
load "pr_bern";
load "pr_gamma";
load "pr_polylog";
load "pr_elliptic";
load "pr_other";

SetPath(old_path);

//quit;
