Comments


# Single-line comment
  • There are no C++ style block comments in Python (i.e. /* ... */)

Documentation comments

=begin ... multiple-line documentation comment ... =end