Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
playground:playground [2020/12/02 06:00] – external edit 127.0.0.1 | playground:playground [2022/05/13 12:19] (current) – rajit | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== PlayGround ====== | ====== PlayGround ====== | ||
+ | |||
+ | <file cpp> | ||
+ | class Test { | ||
+ | int x; | ||
+ | } | ||
+ | </ | ||
+ | |||
+ | <file act> | ||
+ | |||
+ | defproc test (bool b) | ||
+ | { | ||
+ | pint p; | ||
+ | |||
+ | } | ||
+ | </ | ||
+ | |||