Like in other languages I need to have an Object in my OScript module.
This object will have properties and methods. So I would like to define it as a Class and then create an instance.
Is it possible to do in OScript?
Could somebody share an example?