Jump to content

Comparison of programming languages (syntax)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Dreftymac (talk | contribs) at 01:45, 31 October 2006 (create). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Inline comments

   #               ;; perl python ruby
   //              ;; jscript c c++ java csharp
   '               ;; vb vbscript
   ;               ;; autoit autohotkey

Block comments

   {!-- --}         ;; xml html
   /* */            ;; jscript c c++ java csharp