Artifact e1b68cbb10cf432433db4d978ae8b83618744325e86b5e90e125b1232fc261b1:
- Executable file
r37/lisp/csl/jlisp/rlisp.tst
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 128) [annotate] [blame] [check-ins using] [more...]
(begin) expt(10,20); for each x in '(1 2 3 4 5) do print expt(x,x); end;