Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| playground:playground [2022/05/13 12:10] – rajit | playground:playground [2025/08/04 13:53] (current) – rajit | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== PlayGround ====== | ====== PlayGround ====== | ||
| + | |||
| + | [[: | ||
| <file cpp> | <file cpp> | ||
| class Test { | class Test { | ||
| + | int x; | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | <file act> | ||
| + | |||
| + | defproc test (bool b) | ||
| + | { | ||
| + | pint p; | ||
| } | } | ||
| </ | </ | ||
| + | |||