Skip to content

Commit

Permalink
document multiple line comment syntax (Ref: #6128)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiahao committed Mar 12, 2014
1 parent 49ea168 commit ed50ba2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/stdlib/punctuation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Extended documentation for mathematical symbols & functions is :ref:`here <mathe
``!`` prefix "not" operator
``a!( )`` at the end of a function name, `!` indicates that a function modifies its argument(s)
``#`` begin single line comment
``#=`` begin multiple line comment
``=#`` end multiple line comment
``$`` xor operator, string and expression interpolation
``%`` remainder operator
``^`` exponent operator
Expand Down

0 comments on commit ed50ba2

Please sign in to comment.