OBEROn - Bug Trace - Oberon Platform
Viewing Issue Advanced Details
110 OOQL language feature have not tried 2014-07-16 14:10 2014-07-16 15:48
g_prajeesh  
 
normal  
closed 4.1 - DB build 0071  
fixed  
none    
none 4.1 - DB build 0071  
0000110: Commenting the OOQL command
is there a way to comment out the OOQL commands. Like line comment or block comment so that we can disable the OOQL temporarily.
Issue History
2014-07-16 14:10 g_prajeesh New Issue
2014-07-16 15:48 administrator Note Added: 0000172
2014-07-16 15:48 administrator Status new => closed
2014-07-16 15:48 administrator Resolution open => fixed
2014-07-16 15:48 administrator Fixed in Version => 4.1 - DB build 0071

Notes
(0000172)
administrator   
2014-07-16 15:48   
You can use the usual java syntax:

// single line comment

/* multiple
     lines
   comment */