|
![]() |
||||||||||||||
Let's Start TutorialCommentsTwo kinds of comments are available. Block comments begin with /* and end with */. Line comments begin with // and end with end of line. Source code:/* This is a block comment, in many lines */ 1 + 2 // This is a line comment Result:3
|
|
||||||||||||||
© 2006 Saša Malkov | |||||||||||||||