I just posted a small maple module assignment. I used the code tag to typeset the module, however, the result, at least as previewed, strips off the indentation, which is not convenient. Here's an example: someproc := proc() description "this does nothing useful"; "this line should be indented"; NULL end proc;

Please Wait...