Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
playground:playground [2022/05/13 08:10]
rajit
playground:playground [2022/05/13 08:19] (current)
rajit
Line 3: Line 3:
 <file cpp> <file cpp>
 class Test { class Test {
 + int x;
 } }
 </file> </file>
  
 <file act> <file act>
-defproc test ()+ 
 +defproc test (bool b)
 { {
 +  pint p;
  
 } }