Differences

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

Link to this comparison view

Next revision
Previous revision
playground:playground [2020/12/02 01:00]
127.0.0.1 external edit
playground:playground [2022/05/13 08:19] (current)
rajit
Line 1: Line 1:
 ====== PlayGround ====== ====== PlayGround ======
 +
 +<file cpp>
 +class Test {
 + int x;
 +}
 +</file>
 +
 +<file act>
 +
 +defproc test (bool b)
 +{
 +  pint p;
 +
 +}
 +</file>
 +