>>>>> "Mehmet" == Mehmet Suzen <mehmet.suzen at physics.org> writes:
Mehmet> Hi All,
Mehmet> A novice question. How can one add comments in modules or in functions?
Mehmet> I'd like to see some comments in the code when I write the functions
Mehmet> with save(). Is it against the LISP logic?
Maxima uses C-style comments like so:
/* This is a comment */
Not sure what you mean by "against the LISP logic".
Ray