Topic Comment blocks

We have two new locations for Keyman technical support:

The Tavultesoft Forums are now read only.


# Comment blocks   2016-02-21 04:31:18.020
br Julian Griffin OSL
A request for block comments.

   Rather than starting each comment line with a 'c', allow a for a block of comments be defined with a start 'c+' and end 'c-' of block. eg
:
c This is a single line comment.

c+ This is the first line of a block comment.
This is the second line of a block comment.
This is the third line of a block comment.
c- This is the fourth line of a block comment.
c This is back to single line comments.


   One of the places this is very useful is during the development phase. It can be used to block out a section of code; to test an alternative coding.

Regards
Julian Griffin
# RE: Comment blocks   2016-02-22 07:44:11.020
Marc Durdin
Tavultesoft Staff
Noted as a feature request :)