--- sml/trunk/src/cm/main/say.sml 1999/06/08 07:42:11 320 +++ sml/trunk/src/cm/main/say.sml 1999/06/08 08:14:28 321 @@ -17,7 +17,7 @@ fun say l = (Print.say (concat l); Print.flush ()) - fun csay cnd l = if cnd NONE then say l else () + fun csay cnd l = if EnvConfig.getSet cnd NONE then say l else () val vsay = csay StdConfig.verbose val dsay = csay StdConfig.debug end
Click to toggle
does not end with </html> tag
does not end with </body> tag
The output has ended thus: then say l else () val vsay = csay StdConfig.verbose val dsay = csay StdConfig.debug end