Object-Oriented JSL - Examples?
Following on from the great talk Drew Foglia gave at discovery conference Europe (Object-Oriented JSL – Techniques for Writing Maintainable/Extendable JSL Code), I am trying to write my first object oriented JSL.
I am able to use the ObjectClass.jsl (from the core example files provided by Drew) to get and set properties to an object I have created.
My question is does anyone have some simple exampl...
