mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-07 17:26:55 +08:00
9 lines
51 B
ChaiScript
9 lines
51 B
ChaiScript
|
|
|
|
{
|
|
class C {
|
|
var data;
|
|
def C() {}
|
|
}
|
|
}
|