Re: [MSEide-MSEgui-talk] MSElang Objects

2017-06-09 Thread Edson H
Yes, I like "proc" and "meth", because i like the short words. I was thinking in using the two forms: "proc" (short word) and "procedure" (long word). "meth" (short word) and "method" (long word). I would like to keep the PROCEDURE, in the honor of Pascal/Modula-2. I'm not implementing

Re: [MSEide-MSEgui-talk] MSElang Objects

2017-06-09 Thread Martin Schreiber
On Saturday 10 June 2017 06:15:09 Edson H wrote: > Hi Martin, > > > I have seen you use "sub" for procedures or functions, and "method" for > object. Is it? > Yes. > I think you can use only PROCEDURE keyword, for procedures and functions > (and probably for objects), like Modula-2, do. > I

Re: [MSEide-MSEgui-talk] MSElang Objects

2017-06-09 Thread Edson H
Hi Martin, I have seen you use "sub" for procedures or functions, and "method" for object. Is it? I think you can use only PROCEDURE keyword, for procedures and functions (and probably for objects), like Modula-2, do. I'm implementing functions in my compiler, and I think, it's better to