6 lines
88 B
Text
6 lines
88 B
Text
|
mstch::object{
|
||
|
{"title", []() {
|
||
|
return std::string{"A Comedy of Errors"};
|
||
|
}}
|
||
|
};
|