li.sim
@gmail.com wrote:
> In my program, there are some code I didn't want use kown, however, I
> must use sometime in the future. So I comment it like the following
> ! ******************
> ! ***************
> ! *************
> ! *******
> ! ***
> ...
> ...
> ...
> ...
> However, the code is very long and take a lot of space. So, what I
> really want to ask is that: Is there any way hide the code (like in C+
> +)????
Yes, strategies similar to those in C are in widespread use. Among them