From: Mike G. v. a. <we...@ma...> - 2008-04-22 02:17:25
|
Log Message: ----------- Fixed an error in formatting comment Modified Files: -------------- pg/macros: PGinfo.pl Revision Data ------------- Index: PGinfo.pl =================================================================== RCS file: /webwork/cvs/system/pg/macros/PGinfo.pl,v retrieving revision 1.3 retrieving revision 1.4 diff -Lmacros/PGinfo.pl -Lmacros/PGinfo.pl -u -r1.3 -r1.4 --- macros/PGinfo.pl +++ macros/PGinfo.pl @@ -8,13 +8,19 @@ PGinfo.pl -=cut Provides macros for determining the values of the current context in which the problem is being written. +=cut + + loadMacros("MathObjects.pl"); + + + + =head3 listVariables Usage: listVariables(); @@ -93,3 +99,4 @@ my $hash = shift; "printing |". ref($hash)."|$BR". pretty_print($hash); } +1; \ No newline at end of file |