Shortcuts: C C++ Java PHP Python Ruby
C:
/*
C style
multiple line
comment
*/
C++:
// C++ style single line comment /* C style multiple line comment */Java:
// C++ style single line comment /* C style multiple line comment */ /** * Javadoc comment */PHP:
// C++ style single line comment # Perl style single line comment /* C style multiple line comment */Python:
# Perl style single line comment # Below is an encoding comment: # -*- coding: iso-8859-15 -*-Ruby:
# Perl style single line comment =begin Ruby style multiple line comment =end
No comments:
Post a Comment