Decorators in TIScript, fun of UI programming is back.

Latest builds of the Sciter have decorators implemented. My implementation of decorators ideologically derived from the same decorator feature in Python of Guido van Rossum. Decorators is a meta/macro-programming feature that allows to transform or update function or class defined in source code. Here is an example: say we are designing some dialog with various…