Multi line comment: /* */, { }, /' '/

In the case of multi-line comments from start tags to the end tags, each character is interpreted as a comment. these characters will not be evaluated.

/* */

Description

/*  */
Compatible programing languages:
C | Visual C++ .NET | C++ | C# | Java | JavaScript | PHP

Examples

Example

Multi line comment the possible of use:
x =  5 * 4;/* x = 20
y = 3 / 2;
 f(5) */ z = 5;

Example

Other pieces of example codes:
/*
fdjksjf
sdjgksdgjk
*/

{ }

Description

{  }
Compatible programing languages:
Pascal | Object Pascal | Free Pascal

Examples

Object Pascal

Multi line comment the possible of use:
x :=  5 * 4;{ x = 20
y = 3 / 2;
 f(5) } z := 5;

Object Pascal

Other pieces of example codes:
{
fdjksjf
sdjgksdgjk
}

/' '/

Description

/'  '/
Compatible programing languages:
FreeBASIC

Examples

FreeBASIC

Multi line comment the possible of use:
x =  5 * 4
/' x = 20
y = 3 / 2;
 f(5) '/ z = 5

FreeBASIC

Other pieces of example codes:
/'
fdjksjf
sdjgksdgjk
'/
Multi line comment in another programming language:
Languages: en hu cz sk