Comment Code - Option

Post your requests and ideas on the future development of mikroPascal.
Post Reply
Author
Message
Gaz
Posts: 3
Joined: 09 Oct 2006 11:07

Comment Code - Option

#1 Post by Gaz » 10 Oct 2006 13:55

An option to comment code using the format

(*

CODE BLOCK
...
..
.

*)

anton
Posts: 807
Joined: 23 Sep 2004 09:16
Location: South-Africa
Contact:

#2 Post by anton » 11 Oct 2006 21:26

Hi Gaz,
An option to comment code using the format

(*

CODE BLOCK
...

*)
You can do this by using the { and } keys. This is the standard Pascal syntax. For example,

Code: Select all

{
CODE BLOCK 
... 
.. 
. 
}
Anton
Another proud user of LV 24-33A Development System and mikroPascal PRO for dsPIC :)
PortA not working? Add CMCON := 7; PortD not working? Add ADCON1 := 6;
To paste code on the forum, please use the [b] Code [/b] button !! ;)

Post Reply

Return to “mikroPascal Wish List”