Improve the define syntax. This shall include the possiblity to declare local function (e.g. localdef) and the possibility to remove functions more comfortably, i.e. undefine func1(), func2(), func3(), ...
The possibility to remove functions more comfortably is implemented quite straighforward. The implementation of the localdef functionality requires an instance of the Define object in Script and in each Procedure.
undef command was able to remove multiple functions at once.This change was tested in productive environment. No deviations detected.
Anonymous
Diff:
Diff:
Diff:
Related
Commit: [r507]
Tickets:
#462Diff: