A simple scripting language in C++
Ferenc Szontágh
2025-04-18 68693bb7b71bb5721bdda9dc16948b750ea71065
1
2
3
4
object $person = { name: "Test", age: 20 };
printnl(typeof($person));
printnl(typeof($person->name));
printnl(typeof($person->age));