UnderwareDESIGN

PlayBASIC => Resources => Source Codes => Topic started by: Cor on December 02, 2004, 02:28:18 AM

Title: Block Comment Tip
Post by: Cor on December 02, 2004, 02:28:18 AM
Use the following code to exclude from compiling

[pbcode]
   #IF 0; FOLLOWING CODE IS NOT COMPILED
 code....
 code....
 code...
 code....
  #ENDIF  
[/pbcode]
Title: Block Comment Tip
Post by: Cor on December 02, 2004, 09:40:22 AM
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.
Title: Block Comment Tip
Post by: kevin on December 02, 2004, 09:51:16 AM
For second i thought this was a request...  :)

But just in case others missed it.

[pbcode]

/*
This is a comment
 
*/

remstart
 This is a comment
remend

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

[/pbcode]

Title: Block Comment Tip
Post by: empty on December 02, 2004, 10:04:05 AM
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
[snapback]4926[/snapback]

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