Main Menu

Block Comment Tip

Started by Cor, December 02, 2004, 02:28:18 AM

Previous topic - Next topic

Cor

Use the following code to exclude from compiling

PlayBASIC Code: [Select]
   #IF 0; FOLLOWING CODE IS NOT COMPILED
code....
code....
code...
code....
#ENDIF

Cor de Visser
Author of Super Guitar Chord Finder
http://www.ready4music.com
http://www.chordplanet.com

Cor

Ooops,

just read the remarks examples wauw!!!!!!

A lot of remarks available :-)

I'am now gone take some time to study only the examples

gr.
Cor de Visser
Author of Super Guitar Chord Finder
http://www.ready4music.com
http://www.chordplanet.com

kevin

#2
For second i thought this was a request...  :)

But just in case others missed it.

PlayBASIC Code: [Select]
 /*
This is a comment

*/


remstart
This is a comment
remend


` This is a comment
' This is a comment
// this is a comment





empty

#3
QuoteFor second i thought this was request...  :)

But just in case others missed it.

/*
This is a comment
 
*/

remstart
  This is a comment
remend

` This is a comment
'  This is a comment
// this is a comment

That'll all be in the help files with the next update. Hopefully.  :)