OK. I will implement the same: PROCEDURE (procedures and functions) and METHOD 
(procedure and functions for objects).


I have implemented the mode {$mode pascal} too, for Pascal compatibility. The 
default is {$mode PicPas}.


By the way, I haven't seen the keyword ELSIF in your IF syntax.

________________________________
De: Martin Schreiber <mse00...@gmail.com>
Enviado: sábado, 10 de junio de 2017 10:59 a.m.
Para: mseide-msegui-talk@lists.sourceforge.net
Asunto: Re: [MSEide-MSEgui-talk] MSElang Objects

On Saturday 10 June 2017 06:54:15 Martin Schreiber wrote:
> "
> proc test1(a: int32): flo64;
> proc test2(const a: string8);
> meth objty.test3(a: int32): flo64;
> meth objty.test4(const a: string8);
> meth ctest.test3(a: int32): flo64;
> meth ctest.test4(const a: string8);
> "
> It has the advantage that procedure and method names are aligned. More
> experiments are needed.
>
It looks ugly. Currently I think "method" and "procedure" as you propose is
better.
"
 procedure test1(a: int32): flo64;
 procedure test2(const a: string8);
 method objty.test3(a: int32): flo64;
 method objty.test4(const a: string8);
 method ctest.test3(a: int32): flo64;
 method ctest.test4(const a: string8);
"

Martin



------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk
mseide-msegui-talk Info Page - 
SourceForge<https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk>
lists.sourceforge.net
mseide-msegui-talk -- General list for MSEide+MSEgui About mseide-msegui-talk


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to