Re: [MSEide-MSEgui-talk] Exception handling in MSElang

2017-07-28 Thread Martin Schreiber
On Friday 28 July 2017 13:35:37 Graeme Geldenhuys wrote: > On 2017-07-27 17:53, Martin Schreiber wrote: > > I think a > > programming language should represent the actual exception structure. > > The concept I described is supported in Java and works very well there. > So I can't see why it

Re: [MSEide-MSEgui-talk] Exception handling in MSElang

2017-07-28 Thread Graeme Geldenhuys
On 2017-07-27 17:53, Martin Schreiber wrote: I think a programming language should represent the actual exception structure. The concept I described is supported in Java and works very well there. So I can't see why it wouldn't for Object Pascal or MSELang. Anyway, just a suggestion.

Re: [MSEide-MSEgui-talk] Exception handling in MSElang

2017-07-27 Thread Martin Schreiber
On Thursday 27 July 2017 17:59:50 Graeme Geldenhuys wrote: > On 2017-07-27 16:45, Martin Schreiber wrote: > > Exception handling has been implemented in MSElang > > Are you planning on implementing try..finally..except block. A all in > one syntax that saves you a ton of typing and indentation? >

Re: [MSEide-MSEgui-talk] Exception handling in MSElang

2017-07-27 Thread Graeme Geldenhuys
On 2017-07-27 16:45, Martin Schreiber wrote: Exception handling has been implemented in MSElang Are you planning on implementing try..finally..except block. A all in one syntax that saves you a ton of typing and indentation? eg: try // something here finally // clean-up code

[MSEide-MSEgui-talk] Exception handling in MSElang

2017-07-27 Thread Martin Schreiber
Hi, Exception handling has been implemented in MSElang https://gitlab.com/mseide-msegui/mselang/wikis/home/mselang_exceptions https://gitlab.com/mseide-msegui/mselang/wikis/home/mselang_objects Thoughts? Martin -- Check