--- loncom/homework/lonmaxima.pm 2008/08/21 12:08:32 1.25 +++ loncom/homework/lonmaxima.pm 2008/09/24 18:01:07 1.26 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Interface routines to MAXIMA CAS # -# $Id: lonmaxima.pm,v 1.25 2008/08/21 12:08:32 bisitz Exp $ +# $Id: lonmaxima.pm,v 1.26 2008/09/24 18:01:07 riegler Exp $ # # Copyright Michigan State University Board of Trustees # @@ -61,7 +61,7 @@ sub maximareply { sub blacklisted { my ($cmd)=@_; foreach my $forbidden ( - '\? ','\?','%i','%o','batch','block' + '\? ','\?','%o','batch','block' ,'compil','concat','describe','display2d','file','inchar' ,'includ','lisp','load','outchar','plot','quit' ,'read','reset','save','stin','stout','stringout'