Corrected a comment
authorpaulson
Tue, 05 Aug 1997 10:50:24 +0200
changeset 3587 00ea30ea0734
parent 3586 2ee1ed79c802
child 3588 e487bf0ed6c4
Corrected a comment
src/Pure/ML-Systems/MLWorks.ML
--- a/src/Pure/ML-Systems/MLWorks.ML	Mon Aug 04 11:50:35 1997 +0200
+++ b/src/Pure/ML-Systems/MLWorks.ML	Tue Aug 05 10:50:24 1997 +0200
@@ -108,7 +108,8 @@
   end;
 
 
-(*Don't know what the boolean is for*)
+(*"false" writes an image file that is executed via the MLWorks "mlimage" 
+  script, while "true" would yield a larger, self-contained executable.*)
 fun xML filename = Shell.saveImage (filename, false);