Comments
# Single-line comment
- There are no C++ style block comments in
Python
(i.e.
/* ... */)
Documentation comments
=begin ... multiple-line documentation comment ... =end
# Single-line comment
/* ... */)=begin ... multiple-line documentation comment ... =end