Documentation: Difference between revisions

Content deleted Content added
add language: Retro
Line 353:
}
Foo docstring println # prints docstring Foo class
Foo methodinstance_method: 'a_method . docstring println # prints method's docstring</lang>
 
=={{header|Go}}==
Go source has both single line and block comments.