PHP <-> Free Pascal | Multi line comment

PHP

/* */

Description

/*  */

Examples

PHP

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

{ }

Description

{  }

Examples

Free Pascal

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