Visual C++ .NET <-> FreeBASIC | Multi line comment
Visual C++ .NET  
/* */
Description
/*  */Examples
Visual C++ .NET
Multi line comment the possible of use:x =  5 * 4;/* x = 20
y = 3 / 2;
 f(5) */ z = 5;.
FreeBASIC  
/' '/
Description
/'  '/Examples
FreeBASIC
Multi line comment the possible of use:x =  5 * 4
/' x = 20
y = 3 / 2;
 f(5) '/ z = 5
Multi line comment in another programming language:
Differences to: