Comparison of programming languages (syntax)
Appearance
Inline comments
# ;; perl python ruby // ;; jscript c c++ java csharp ' ;; vb vbscript ; ;; autoit autohotkey
Block comments
{!-- --} ;; xml html
/* */ ;; jscript c c++ java csharp