[Aimmath-commit] AIM/WEB-INF/maple Console.mpl,1.3,1.4
Brought to you by:
gustav_delius,
npstrick
From: <nps...@us...> - 2003-08-30 21:01:48
|
Update of /cvsroot/aimmath/AIM/WEB-INF/maple In directory sc8-pr-cvs1:/tmp/cvs-serv12745/WEB-INF/maple Modified Files: Console.mpl Log Message: Added compilequestion() function Index: Console.mpl =================================================================== RCS file: /cvsroot/aimmath/AIM/WEB-INF/maple/Console.mpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Console.mpl 25 Aug 2003 21:47:18 -0000 1.3 --- Console.mpl 30 Aug 2003 21:01:45 -0000 1.4 *************** *** 311,314 **** --- 311,322 ---- ###################################################################### + compilequestion := + proc(subjname::string,quizname::string,filename::string) + setup(subjname,quizname); + `aim/Compile`(quiz['RootDir'],filename); + end: + + ###################################################################### + tracednames := NULL: |