Visual C++ .NET <-> FreeBASIC | Single line comment

Visual C++ .NET

//

Description

//
Used keywords: //
Data:
  • text -

Examples

Visual C++ .NET

Single line comment the possible of use:
x = 5 * y; // x = xy
// y = 123;
if (x > 0) // x == true
   x=5;
.
FreeBASIC

'

Description

'
Used keywords: '

Examples

FreeBASIC

Single line comment the possible of use:
x = 5 * y ' x = xy
' y = 123;
if x > 0 then ' x == true
   x=5
end if
Languages: en hu cz sk