Mercurial > urweb
comparison src/demo.sml @ 1050:93315ac00394
More fun with cookies
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 26 Nov 2009 14:20:00 -0500 |
parents | e2194a6793ae |
children | d069b193ed6b |
comparison
equal
deleted
inserted
replaced
1049:c2317cfb99ec | 1050:93315ac00394 |
---|---|
428 TextIO.output (outf, "\n"); | 428 TextIO.output (outf, "\n"); |
429 TextIO.output (outf, "demo\n"); | 429 TextIO.output (outf, "demo\n"); |
430 | 430 |
431 TextIO.closeOut outf; | 431 TextIO.closeOut outf; |
432 | 432 |
433 Compiler.compile (OS.Path.base fname) | 433 Compiler.compiler (OS.Path.base fname) |
434 end; | 434 end; |
435 | 435 |
436 TextIO.output (demosOut, "\n</body></html>\n"); | 436 TextIO.output (demosOut, "\n</body></html>\n"); |
437 TextIO.closeOut demosOut; | 437 TextIO.closeOut demosOut; |
438 | 438 |