Post Reply 
Support for comments /* ... */
02-24-2017, 07:58 PM
Post: #3
RE: Support for comments /* ... */
(02-24-2017 07:51 PM)toml_12953 Wrote:  The problem would be solved in the following way

PHP Code:
INPUT
(   
       ...    
       { 
"help_a""help_b""help_c" },           
        
/* { resetVAL_a, resetVAL_b, resetVAL_c },  */
        /* { initVAL_a, initVAL_b, initVAL_c } */
); 


Would the following be equivalent?

PHP Code:
INPUT
(   
       ...    
       { 
"help_a""help_b""help_c" },           
        
/* { resetVAL_a, resetVAL_b, resetVAL_c },
            { initVAL_a, initVAL_b, initVAL_c } */
); 

Yes but the compiler does not allow this type of comments = (
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Support for comments /* ... */ - compsystems - 02-24-2017 07:58 PM



User(s) browsing this thread: 1 Guest(s)